change JerryScript test case

This commit is contained in:
wgzAIIT
2023-11-20 09:02:11 +08:00
parent ba81c73a06
commit d1d846184b
7 changed files with 35 additions and 304 deletions

View File

@@ -1,9 +1,3 @@
/**
* File: mathUtils.js
* Function: Math utilities
* Description: Contains various math utility functions.
*/
// Calculates the square of a number
function square(number) {
var square = number * number;