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

Skip to content

Commit 9141260

Browse files
authored
Update README.md
1 parent 7414961 commit 9141260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fundamentals/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Indicate whether this is an expression or a statement:
3636
4. `if (l == 4) { console.log("yes"); }`
3737
5. `console.log("yes");`
3838
6. `"yes"`
39-
7. `console.log(l == 4 ? "yes" : "no")
39+
7. `console.log(l == 4 ? "yes" : "no")`
4040

4141
How can you tell whether something is a statement?
4242
How can you tell whether something is an expression

0 commit comments

Comments
 (0)