File tree Expand file tree Collapse file tree
Sprint-2/4-stretch-explore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,85 +9,85 @@ What output do you get?
99
1010Now enter just ` console ` in the Console, what output do you get back?
1111assert
12- :
12+ :
1313ƒ assert()
1414clear
15- :
15+ :
1616ƒ clear()
1717context
18- :
18+ :
1919ƒ context()
2020count
21- :
21+ :
2222ƒ count()
2323countReset
24- :
24+ :
2525ƒ countReset()
2626createTask
27- :
27+ :
2828ƒ createTask()
2929debug
30- :
30+ :
3131ƒ debug()
3232dir
33- :
33+ :
3434ƒ dir()
3535dirxml
36- :
36+ :
3737ƒ dirxml()
3838error
39- :
39+ :
4040ƒ error()
4141group
42- :
42+ :
4343ƒ group()
4444groupCollapsed
45- :
45+ :
4646ƒ groupCollapsed()
4747groupEnd
48- :
48+ :
4949ƒ groupEnd()
5050info
51- :
51+ :
5252ƒ info()
5353log
54- :
54+ :
5555ƒ log()
5656memory
57- :
57+ :
5858MemoryInfo {totalJSHeapSize: 13400000, usedJSHeapSize: 11200000, jsHeapSizeLimit: 3760000000}
5959profile
60- :
60+ :
6161ƒ profile()
6262profileEnd
63- :
63+ :
6464ƒ profileEnd()
6565table
66- :
66+ :
6767ƒ table()
6868time
69- :
69+ :
7070ƒ time()
7171timeEnd
72- :
72+ :
7373ƒ timeEnd()
7474timeLog
75- :
75+ :
7676ƒ timeLog()
7777timeStamp
78- :
78+ :
7979ƒ timeStamp()
8080trace
81- :
81+ :
8282ƒ trace()
8383warn
84- :
84+ :
8585ƒ warn()
8686Symbol(Symbol.toStringTag)
87- :
87+ :
8888"console"
8989[[ Prototype]]
90- :
90+ :
9191Object
9292which is a list of methods in console
9393
@@ -98,5 +98,5 @@ Answer the following questions:
9898What does ` console ` store?
9999methods to interact with the console
100100What does the syntax ` console.log ` or ` console.assert ` mean? In particular, what does the ` . ` mean?
101- it means, from the object console, access the function log or assert.
101+ it means, from the object console, access the function log or assert.
102102the fullstop is the connector to access the methods
You can’t perform that action at this time.
0 commit comments