We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143bda7 commit dccbcfdCopy full SHA for dccbcfd
doc/zhtw/core/undefined.md
@@ -43,13 +43,11 @@ JavaScript 中有兩個表示空值的方式, `null` 和 `undefined` , `unde
43
44
})('Hello World', 42);
45
46
-唯一的不同就是在下者會多 4 個多 bytes 用來壓縮檔案,而且函數內野沒有其他需要使用 `var`
+唯一的不同就是在下者會多 4 個多 bytes 用來壓縮檔案,而且函數內也沒有其他需要使用 `var`
47
48
### 使用 `null`
49
50
JavaScript 中所使用的 `undefined` 類似別的語言中的 *null* , 但實際上在 JavaScript 中的 `null` 算是另外一個類型。
51
52
它在 JavaScript 有些可以使用的地方 (例如說宣告一個原型的終結,例如 `Foo.prototype = null` )。
53
但是在大部分的時候可以用 `undefined`,來取代。
54
-
55
0 commit comments