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 51cc2d8 commit d89e043Copy full SHA for d89e043
Sprint-1/4-stretch-explore/objects.md
@@ -16,8 +16,16 @@ The output i get 'object'
16
Answer the following questions:
17
18
What does `console` store?
19
-console does NOT store values.
20
-It is used to output.
+The console object contains several methods (properties) such as:
+
21
+log
22
+error
23
+warn
24
+info
25
+debug
26
+assert
27
28
+These methods are used to print messages or information to the console.
29
30
What does the syntax `console.log` or `console.assert` mean? In particular, what does the `.` mean?
31
console.log is use print the output.
0 commit comments