Skip to content

Commit 34d5145

Browse files
author
Arthur
committed
Stretch knowledge
1 parent b9af102 commit 34d5145

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ Try also entering `typeof console`
1212

1313
Answer the following questions:
1414

15-
What does `console` store?
16-
What does the syntax `console.log` or `console.assert` mean? In particular, what does the `.` mean?
15+
What does `console` store? it is an object it let you access the debugging console insides to see what it happens insides.
16+
17+
What does the syntax `console.log` or `console.assert` mean? In particular, what does the `.` mean? `.` means reach to. you need to reach to the console to grab the logs.
18+
19+
console.assert means that you need to evaluate the value inside the console whether it is true, if it is true, nothing will happen; if it is wrong, the function will alert you.

0 commit comments

Comments
 (0)