duqing2026's picture
代码、编辑和打印网站
adb7761
Raw
History Blame Contribute Delete
116 Bytes
/**
* @title map.js
* @description 在此处添加题目描述
*/
let a = [1,2,3].map(n => n*2)
console.log(a)