Quiz Challenges
58
Question 17 of 58
29%
17
What will happen if you run this code?
const
p
=
new
Rectangle
(
)
;
class
Rectangle
{
}
A
ReferenceError
B
No error, It will run without any error
Submit Answer
Previous
17
/
58
Next