Skip to content

Commit 0f55e12

Browse files
Add answers to questions about console object and syntax
1 parent d17370a commit 0f55e12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ Answer the following questions:
1414

1515
What does `console` store?
1616
What does the syntax `console.log` or `console.assert` mean? In particular, what does the `.` mean?
17+
It stores an object
18+
The "." is used to access "console" properties

0 commit comments

Comments
 (0)