Methods
Lesson 15Author : 🦒
Last Updated : November, 2017
sayHi()
sayHi("Mike")
A parameter is a special variable that a Method will use to perform it’s task in a way that is more specific to the needs of the caller. An argument is the value the caller gives to the Method which will get stored inside the parameter variable.
sayHi("Mike", 24)