Skip to content

Commit 32d8bf8

Browse files
authored
Update README.md
1 parent f9e97d4 commit 32d8bf8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Node.js runs in a single process and the application code runs in a single threa
136136

137137
Just like JS, there are two categories of data types in Node: Primitives and Objects.
138138

139-
*Primitive Types*
139+
*Primitives*
140140

141141
* String
142142
* Number
@@ -146,14 +146,15 @@ Just like JS, there are two categories of data types in Node: Primitives and Obj
146146
* Null
147147
* Symbol
148148

149-
* `Buffer`: Node.js includes an additional data type called Buffer (not available in browser\'s JavaScript). Buffer is mainly used to store binary data, while reading from a file or receiving packets over the network.
150-
151149
*Objects*
152150

153151
* Function
154152

155153
* Array
156154

155+
* `Buffer`: Node.js includes an additional data type called Buffer (not available in browser\'s JavaScript). Buffer is mainly used to store binary data, while reading from a file or receiving packets over the network. `Buffer` is a class.
156+
157+
157158
* other regular objects
158159

159160

0 commit comments

Comments
 (0)