[第二週] 變數的型態


Aug 05, 2020

可分為

  • Primitive
    • 布林 (boolean): true, false
    • 數字 (number) : 所有數字,包含小數
    • 字串 (string) :用雙引號或單引號包起來
  • 物件 (Objects) : null, array
  • 未定義 (undefined)
  • 函式 (function)

#variable






你可能感興趣的文章

HTB Forest Walkthrough

HTB Forest Walkthrough

383. Ransom Note

383. Ransom Note

那些 JS 底層觀念 —— 未完待續

那些 JS 底層觀念 —— 未完待續






留言討論