Skip to content

Commit 28690ca

Browse files
committed
Fix formatting
1 parent 4166f54 commit 28690ca

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

‎Sprint-2/4-stretch-explore/objects.md‎

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,85 +9,85 @@ What output do you get?
99

1010
Now enter just `console` in the Console, what output do you get back?
1111
assert
12-
:
12+
:
1313
ƒ assert()
1414
clear
15-
:
15+
:
1616
ƒ clear()
1717
context
18-
:
18+
:
1919
ƒ context()
2020
count
21-
:
21+
:
2222
ƒ count()
2323
countReset
24-
:
24+
:
2525
ƒ countReset()
2626
createTask
27-
:
27+
:
2828
ƒ createTask()
2929
debug
30-
:
30+
:
3131
ƒ debug()
3232
dir
33-
:
33+
:
3434
ƒ dir()
3535
dirxml
36-
:
36+
:
3737
ƒ dirxml()
3838
error
39-
:
39+
:
4040
ƒ error()
4141
group
42-
:
42+
:
4343
ƒ group()
4444
groupCollapsed
45-
:
45+
:
4646
ƒ groupCollapsed()
4747
groupEnd
48-
:
48+
:
4949
ƒ groupEnd()
5050
info
51-
:
51+
:
5252
ƒ info()
5353
log
54-
:
54+
:
5555
ƒ log()
5656
memory
57-
:
57+
:
5858
MemoryInfo {totalJSHeapSize: 13400000, usedJSHeapSize: 11200000, jsHeapSizeLimit: 3760000000}
5959
profile
60-
:
60+
:
6161
ƒ profile()
6262
profileEnd
63-
:
63+
:
6464
ƒ profileEnd()
6565
table
66-
:
66+
:
6767
ƒ table()
6868
time
69-
:
69+
:
7070
ƒ time()
7171
timeEnd
72-
:
72+
:
7373
ƒ timeEnd()
7474
timeLog
75-
:
75+
:
7676
ƒ timeLog()
7777
timeStamp
78-
:
78+
:
7979
ƒ timeStamp()
8080
trace
81-
:
81+
:
8282
ƒ trace()
8383
warn
84-
:
84+
:
8585
ƒ warn()
8686
Symbol(Symbol.toStringTag)
87-
:
87+
:
8888
"console"
8989
[[Prototype]]
90-
:
90+
:
9191
Object
9292
which is a list of methods in console
9393

@@ -98,5 +98,5 @@ Answer the following questions:
9898
What does `console` store?
9999
methods to interact with the console
100100
What 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.
102102
the fullstop is the connector to access the methods

0 commit comments

Comments
 (0)