/** * @title map.js * @description 在此处添加题目描述 */ let a = [1,2,3].map(n => n*2) console.log(a)