More than 5 years have passed since last update.
posted at 2015-05-23
updated at 2015-05-23
Array.apply(null, Array(10)).map(function(){ return 'AB' });
["AB", "AB", "AB", "AB", "AB", "AB", "AB", "AB", "AB", "AB"]
イマイチだなーとは思う。