Skip to content

Commit 27ccab3

Browse files
committed
Sprint 1 Done!
1 parent e7f49b1 commit 27ccab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-1/4-stretch-explore/objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Console stores several functions inside it, functions like log(), assert(), debu
2020

2121
What does the syntax `console.log` or `console.assert` mean? In particular, what does the `.` mean?
2222
`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

Comments
 (0)