You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sprint-1/4-stretch-explore/objects.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ Try also entering `typeof console`
15
15
Answer the following questions:
16
16
17
17
What does `console` store?
18
-
The console stores the history of messages your code prints while it runs
18
+
Console is a built in object storing methods like .log , .assert
19
+
20
+
19
21
What does the syntax `console.log` or `console.assert` mean? In particular, what does the `.` mean?
20
22
"." is called a dot notation where we can get access sth that belong to an object and the syntax means that we are accessing the methods that belong to the object console.
0 commit comments