console.log([1,2,3,4,5,6,7,8,9,10].map(function(x){return x + "* 20 = " + x * 20;}));
Login to post response