...

/

Challenge: The $this Keyword

Challenge: The $this Keyword

Implement a function in the class to approach the class properties with the $this keyword.

We'll cover the following...

Task

  • Your task is to add the hello() method in the User class with the ability to approach the $firstName
...