fix up test styling and add use-strict declarator
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
arr.map(function (x) {
|
||||
"use strict";
|
||||
|
||||
arr.map(function(x) {
|
||||
return x * x;
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user