Skip to content

Commit d89e043

Browse files
Fix review comments
1 parent 51cc2d8 commit d89e043

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@ The output i get 'object'
1616
Answer the following questions:
1717

1818
What does `console` store?
19-
console does NOT store values.
20-
It is used to output.
19+
The console object contains several methods (properties) such as:
20+
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.
2129

2230
What does the syntax `console.log` or `console.assert` mean? In particular, what does the `.` mean?
2331
console.log is use print the output.

0 commit comments

Comments
 (0)