Functions are verbs that allow our applications to run and perform certain tasks when invoked. Invoking or calling a function is a call to action to perform the list of commands that function has stored. ☕ Support Me With A Kofi: https://ko-fi.com/P5P34J14C
All functions have execution contexts. An execution context is a list of instructions that complete the action behind the verb.
Parameters are variables, they are empty containers that can be populated or given values when the function is invoked. This helps the process to adapt the verb to suit many situations; a lot like verbs in human languages.
Arguments are the values that are passed to the parameters; these arguments can effect the outcome or process of a function to suit the situation.
Programming 101 course:
• Programming 101
This tutorial is brought to you by http://www.avelx.co.uk/ - Coding tutorials to help you grow.