Skip to content

Commit 5293213

Browse files
committed
commit
1 parent 6321b2c commit 5293213

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"index.js":"// Open your browser console\nlet outputTwo = \"This will print to the browser console 2 times\";\n// Use console.log() to print the outputTwo variable\nconsole.log(outputTwo);\n\nlet outputOne = \"Try to get this to log only once to the browser console\";\n// Use console.clear() in the next line to print the outputOne only once\nconsole.clear();\n\n// Use console.log() to print the outputOne variable\nconsole.log(outputOne);\n"}

0 commit comments

Comments
 (0)