In the example above, “this” in object method
it refers to the person object:
What does a method means
A method in js is a function stored as a properties
if you access a method without () you will get
the function/ function declaration.
when a variable is stored as new in objects
it turns the variable into an object