🔹constructor
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
JS ⟩ value ⟩ function ⟩ constructor
a function that supports the [[Construct]] internal method, that is, a constructable function.
function vs. constructor
that supports the internal method.
constructor:
object that supports the internal method.
every constructor must support (that is, every constructor is a function)
👉 ES2023 ⟩
👉 compare:
the of a .