Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40dbcd1

Browse files
doggy8088gitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 6cd1bdd commit 40dbcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/primitive-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
JavaScript 的型別分為兩種:原始資料型別([Primitive data types](https://developer.mozilla.org/en-US/docs/Glossary/Primitive))和物件型別(Object types)。
44

5-
原始資料型別包括:布林值、數值、字串`null``undefined` 以及 [ES6 中的新型別 `Symbol`](http://es6.ruanyifeng.com/#docs/symbol)
5+
原始資料型別包括:`boolean` \(布林值\)`number` \(數值\)`string` \(字串\)`null``undefined` 以及 [ES6 中的新型別 `Symbol`](http://es6.ruanyifeng.com/#docs/symbol)
66

77
本節主要介紹**前五種**原始資料型別在 TypeScript 中的應用。
88

0 commit comments

Comments
 (0)