Skip to content

Commit c1f0514

Browse files
committed
answer questions in objects.md
1 parent c89d0c3 commit c1f0514

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ 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+
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

Comments
 (0)