JavaScript
https://gyazo.com/9554869ff3d86e22445cd012f17fd589
最後成為一門獨立、跨平台且不需要Java的語言
相關連結
進階內容
逗號運算子
接受從左到右的運算,並回傳最右邊的值
code:js
const f = (a) => {
let x = 0;
return (x += a, x);
}
例如在單次for迴圈中,印出二維陣列的斜向部分元素
direct eval/indirect eval
directive prologue
會變為undefined的Object