about constructors / keyword new
The keyword new determines whether or not a function is a constructor Note:
 We can write a function but not use it as a constructor until we add the keyword new in front of it
by Luka Tatarishvili
4 years ago
JavaScript
objects
0
Pro tip: use ```triple backticks around text``` to write in code fences