DEV Community

Discussion on: All front end Interview questions asked during my recent job hunt.

Collapse
 
zhuangyin8 profile image
zhuang

11) Convert class based inheritance code given below to ES5 code.
"class Parent(name){ " is wrong.
should be "class Parent { "