LoginSignup
2
3

More than 5 years have passed since last update.

「開眼!JavaScript」サンプルコード#4/4 第13-16章 

Last updated at Posted at 2016-07-18

13章 プリミティブ型文字列、数値、真偽値 

13.1 プリミティブ型は、プロパティにアクセスされるとオブジェクトに変換される

13.2 文字列、数値、真偽値は常にプリミティブ型を使う

14章 null

14.1 null

14.2 typeof null は'object'を返す

15章 undefined

15.1 undefined

15.2 JavaScript ECMA-262 Edition 3 以降では undefined 変数が存在

16章 Math関数

16.1 ビルトインMathオブジェクト

サンプルコードなし

16.2 Mathが持つプロパティとメソッド

サンプルコードなし

16.3 Mathはコンストラクタ関数ではない

サンプルコードなし

16.4 Mathオブジェクトは変更・削除不可

サンプルコードなし


前:「開眼!JavaScript」サンプルコード#3/4 第9-12章

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3