Anonymous Quiz
22%
{ name: "Peter" }
29%
{ name: "John" }
33%
{ name: "Peter", age: 25 }
16%
{ }
Anonymous Quiz
23%
calling, after call, resolved
26%
calling, resolved, after call
49%
after call, calling, resolved
3%
resolved, calling, after call
Anonymous Quiz
28%
1
3%
0
10%
undefined
58%
SyntaxError: Private field '#count' must be declared in an enclosing class
Anonymous Quiz
30%
10, "string"
46%
NaN, "[object Object]"
18%
10, "value"
6%
"value", 10
Anonymous Quiz
60%
9
12%
15
6%
6
22%
Uncaught TypeError: Cannot delete properties during iteration
Anonymous Quiz
50%
undefined, 7
14%
42, 7
30%
7, 7
5%
TypeError: getValue is not a function
Anonymous Quiz
31%
'a', ['b', 'c']
9%
[0, 'a'], []
26%
0, ['a', 'b', 'c']
34%
[0, 'a'], [[1, 'b'], [2, 'c']]