Skip to content

Commit 893557c

Browse files
authored
Merge pull request rohan-paul#33 from creotip/patch-1
Update Collection-of-Tricky-JS-Questlions.md
2 parents e92fe42 + 44d7ace commit 893557c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Javascript/Tricky-JS-Problems/Collection-of-Tricky-JS-Questlions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
---
6060

61-
### Question: for `var a = (1, 5 - 1) \* 2` what is the value of a?
61+
### Question: for `var a = (1, 5 - 1) * 2` what is the value of a?
6262

6363
**Answer**: 8
6464

0 commit comments

Comments
 (0)