Explain new operator in JavaScript. What exactly does it do?
2022年5月1日小于 1 分钟
new
operator in JavaScript. What exactly does it do?
Explain Question
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