Thanks to visit codestin.com Credit goes to github.com
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 6cd1bdd commit 40dbcd1Copy full SHA for 40dbcd1
basics/primitive-data-types.md
@@ -2,7 +2,7 @@
2
3
JavaScript 的型別分為兩種:原始資料型別([Primitive data types](https://developer.mozilla.org/en-US/docs/Glossary/Primitive))和物件型別(Object types)。
4
5
-原始資料型別包括:布林值、數值、字串、`null`、`undefined` 以及 [ES6 中的新型別 `Symbol`](http://es6.ruanyifeng.com/#docs/symbol)。
+原始資料型別包括:`boolean` \(布林值\)、`number` \(數值\)、`string` \(字串\)、`null`、`undefined` 以及 [ES6 中的新型別 `Symbol`](http://es6.ruanyifeng.com/#docs/symbol)。
6
7
本節主要介紹**前五種**原始資料型別在 TypeScript 中的應用。
8
0 commit comments