Compiler
# 優點
Download VScode
安裝
延伸模組
# 安裝
// Measure the distance between two points const distanceBetween = ( p1, p2 ) => { const dx = p1[0]-p2[0]; const dy = p1[1]-p2[1]; return Math.sqrt( dx*dx + dy*dy ); } distanceBetween([10,10], [50,50])
# PRESENTING CODE
Windows 11 或 比較新的 10
wsl --install
輸入指令👇
By 建中店自計算機研習社學術長807⁸⁰⁷