2014-10-31 11:38:52 +11:00

6 lines
70 B
JavaScript

"use strict";
var Test = function Test() {
arr.map(x => x * x);
};