Quiz Challenges
52
Question 14 of 52
27%
14
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
14
/
52
Next