Commit c82a3d6
authored
Update how-to-use-the-nodejs-repl.md
Updated technical documentation to accurately describe console.log() as a function call expression (not merely a statement) and 5 === '5' as a comparison expression. Both are expressions in JavaScript, but differ in that console.log() produces side effects with an undefined return value, while comparison expressions directly return boolean results.
Signed-off-by: rosald <35028438+rosald@users.noreply.github.com>1 parent ef0aa81 commit c82a3d6
File tree
1 file changed
+1
-1
lines changed- apps/site/pages/en/learn/command-line
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments