Skip to content

Commit 2cb91c3

Browse files
add explanations for the output of console and the syntax of console.log
1 parent 9264771 commit 2cb91c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sprint-1/4-stretch-explore/objects.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ Try also entering `typeof console`
1313
Answer the following questions:
1414

1515
What does `console` store?
16+
it stores properties
17+
1618
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

Comments
 (0)