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 7414961 commit 9141260Copy full SHA for 9141260
fundamentals/README.md
@@ -36,7 +36,7 @@ Indicate whether this is an expression or a statement:
36
4. `if (l == 4) { console.log("yes"); }`
37
5. `console.log("yes");`
38
6. `"yes"`
39
-7. `console.log(l == 4 ? "yes" : "no")
+7. `console.log(l == 4 ? "yes" : "no")`
40
41
How can you tell whether something is a statement?
42
How can you tell whether something is an expression
0 commit comments