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