ES6 中新增了一個 primitive, 叫做 Symbol 喔https://developer.mozilla.org/en-US/docs/Web/Ja...
Let and const 也是會 hoisting 喔https://stackoverflow.com/a/31222689/1727948
好文章,挑一下骨頭, Chrome 開發者工具(Chrome Developer Tools)有常用的縮寫是 DevToolshttps://developer...
print(type(score)) #Output:100 print(score) #Output:<type 'int'> 這一段的 Ou...