⚖️callable vs. constructable

function
F()
new F()
note

Array, Error, Function

same effect

Boolean, String, Number

primitive

wrapper object

Date

string

object

Symbol, BigInt

⛔️ TypeError

Proxy, Map

⛔️ TypeError

class

⛔️ TypeError

Last updated

Was this helpful?