Last updated 5 years ago
Was this helpful?
看到一些覺得有趣的片段,就收集到這裡
function programming 的例子,也是在舉例清晰易懂特性的粒子
[9, 4].concat([8, 7]) // 合併陣列 .sort() // 排序 .filter(x => x > 5) // 過濾出大於 5 的