Skip to content

Commit 37f4c5b

Browse files
committed
Update README.md
1 parent bc92c87 commit 37f4c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ console.log(!false); // true
333333

334334
## Q. Explain `Undefined` and `Null` data type in Node.js?
335335

336-
In node.js, if a variable is defined without assigning any value, then that will take undefined as value. If we assign a null value to the variable, then the value of the variable becomes null.
336+
In node.js, if a variable is defined without assigning any value, then that will take **undefined** as value. If we assign a null value to the variable, then the value of the variable becomes **null**.
337337

338338
**Example:**
339339

0 commit comments

Comments
 (0)