Can an arrow function be used as a constructor to create new objects?
Arrow functions can be used as constructors only in strict mode.
Arrow functions can be used as constructors only with the new keyword.
new
No, arrow functions cannot be used as constructors.
Yes, arrow functions can be used as constructors.