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