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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,4 @@ Console stores several functions inside it, functions like log(), assert(), debu
20
20
21
21
What does the syntax `console.log` or `console.assert` mean? In particular, what does the `.` mean?
22
22
`console.log` means that we want to use the function log() that is inside the object (native object) `console`. the dot . means is like navigating from the object to the function inside that object.
23
-
so `console.log` means "use the object `console`, then from the functions inside the object use log()".
23
+
so `console.log` means "use the object `console`, then from the functions inside the object use log()".
0 commit comments