Skip to content

Commit a1992d3

Browse files
committed
fixed a typo in objects.md
1 parent a1c659f commit a1992d3

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
@@ -16,7 +16,7 @@ Try also entering `typeof console`
1616
Answer the following questions:
1717

1818
What does `console` store?
19-
It does not store anything. Its purpose is to hold a collection of methods (functions) that help you debug, log, or inspect your code.
19+
It does not store anything. It's purpose is to hold a collection of methods (functions) that help you debug, log, or inspect your code.
2020

2121
What does the syntax `console.log` or `console.assert` mean?,
2222
They print outputs.It provides methods for debugging, logging, and inspecting code.

0 commit comments

Comments
 (0)