[第二週] 變數的型態


可分為

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

#variable






你可能感興趣的文章

[ 筆記 ] 資訊安全 - CSRF

[ 筆記 ] 資訊安全 - CSRF

不要動!把表單交出來(2) - form的enctype屬性

不要動!把表單交出來(2) - form的enctype屬性

API串接練習

API串接練習






留言討論