2014-11-03 17:52:15 +11:00

5 lines
69 B
JavaScript

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