"use strict"; var arr = [1, 2, 3].map(function(i) { return i * i; });