We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c659f commit a1992d3Copy full SHA for a1992d3
Sprint-1/4-stretch-explore/objects.md
@@ -16,7 +16,7 @@ Try also entering `typeof console`
16
Answer the following questions:
17
18
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.
+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.
20
21
What does the syntax `console.log` or `console.assert` mean?,
22
They print outputs.It provides methods for debugging, logging, and inspecting code.
0 commit comments