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-2/4-stretch-explore/objects.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ What output do you get?
9
9
Now enter just `console` in the Console, what output do you get back?
10
10
11
11
Try also entering `typeof console`
12
+
The console stores an object containing functions and other properties used for interacting with the console.
12
13
14
+
The syntax console.log or console.assert accesses a function that belongs to the console object. The . means access a property or function that belongs to an object.
0 commit comments