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.
console
console.log
1 parent 9264771 commit 2cb91c3Copy full SHA for 2cb91c3
Sprint-1/4-stretch-explore/objects.md
@@ -13,4 +13,7 @@ Try also entering `typeof console`
13
Answer the following questions:
14
15
What does `console` store?
16
+it stores properties
17
+
18
What does the syntax `console.log` or `console.assert` mean? In particular, what does the `.` mean?
19
+the dot allows to access the properties of the object "console"
0 commit comments