Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 149 Bytes

File metadata and controls

14 lines (8 loc) · 149 Bytes

importance: 3


指定後的結果

下面程式碼執行後,ax 的值會是什麼?

let a = 2;

let x = 1 + (a *= 2);