Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 176 Bytes

区分大小写.md

File metadata and controls

5 lines (3 loc) · 176 Bytes

区分大小写

ECMAScript 中的一切(变量、函数名和操作符)都区分大小写。

变量名test 和变量名Test 分别表示两个不同的变量。