➕new
creating objects using `new F()` syntax.
Last updated
creating objects using `new F()` syntax.
Last updated
JS ⟩ value ⟩ object ⟩ create ⟩ new
(operator) ( table of operators)
create objects by using constructor functions. ( callable vs. constructable)
synonyms: "object creation expression"