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
@@ -19,4 +19,4 @@ What does `console` store?
19
19
Console is an object that lets you print messages, errors, warnings etc
20
20
21
21
What does the syntax `console.log` or `console.assert` mean? In particular, what does the `.` mean?
22
-
console.log allows you to print messages while assert checks a condition.
22
+
console.log allows you to print messages while assert checks a condition. The dot is called the dot operator and it is used for property access. It is used to call the method inside the function.
0 commit comments