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
// gets the ammout of pounds by making a sub string that starts at the firts character (0) to the paddedPenceNumberString length -2 to exclued the last 2 characters (the p)
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 @@ Try also entering `typeof console`'object'
20
20
Answer the following questions:What does `console` store?the console stores objects
21
21
What does the syntax `console.log` or `console.assert` mean?
22
22
In particular, what does the `.` mean?
23
-
the . denotes what kind of object the console is being told to use and what to do with the data it has been given
23
+
the . denotes what kind of object the console is being told to use and what to do with the data it has been given , the . operator called dot operator or property access operator and it is used to access properties or methods of an object.
0 commit comments