mirror of
https://github.com/github/codeql.git
synced 2026-02-03 00:31:07 +01:00
1 line
46 B
JavaScript
1 line
46 B
JavaScript
[1, 2, 3].map(function (x) { return x * x; }); |