...
When you use the colon syntax to call a function, the object (the “self”) is automatically passed as the first parameter argument to the function.
For example…
...
...
When you use the colon syntax to call a function, the object (the “self”) is automatically passed as the first parameter argument to the function.
For example…
...