new
creating objects using `new F()` syntax.
Last updated
Was this helpful?
creating objects using `new F()` syntax.
Last updated
Was this helpful?
⟩ ⟩ ⟩ ⟩ new
(operator) ( table of operators)
create objects by using functions. ( callable vs. constructable)
synonyms: "object creation expression"
can only be instantiated with the new
operator — attempting to call a class without new
will throw a