Functions & Methods

Functions, sometimes called methods, are blocks of code to run on command .

They can be used to organize code and allow for different inputs to be used for different desired results.

Learn more about...

...creating a function

...calling/invoking a function

Last updated