Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 286 Bytes

File metadata and controls

10 lines (8 loc) · 286 Bytes

Lexical Structure Back

  • Unicode 編碼
  • JavaScript is Case Sensitive(HTML is not).
  • Comments: //, /* */
  • Identifiers (命名規則)
    • 不能以數字開頭
    • 除了_, $, ¥以外, 必須是英文字母或數字
    • 不能是關鍵詞(Key Words)