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 c89d0c3 commit c1f0514Copy full SHA for c1f0514
1 file changed
Sprint-1/4-stretch-explore/objects.md
@@ -14,3 +14,6 @@ Answer the following questions:
14
15
What does `console` store?
16
What does the syntax `console.log` or `console.assert` mean? In particular, what does the `.` mean?
17
+
18
+Answer: I don't think 'console' itself stores anything. Variables store values. 'console' is an object.
19
+'.' after the 'console' allows to add one of the methods like console.log() or console.clear()
0 commit comments