17. Explain `new` operator in JavaScript. What exactly does it do?
Share
It is not enough to answer that new operator is to create an object, rather you should explain the exact steps in details.
There is also a coding problem for this on bfe.dev 60. create your own new
operator