# 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.&#x20;

Learn more about...

[...creating a function](https://hopemoore.gitbook.io/coding-for-creatives-spring-2021/glossary-and-terms/functions-and-methods/creating-a-function)

[...calling/invoking a function](https://hopemoore.gitbook.io/coding-for-creatives-spring-2021/glossary-and-terms/functions-and-methods/calling-or-invoking-a-function)

[...using Parameters and Arguments](https://hopemoore.gitbook.io/coding-for-creatives-spring-2021/glossary-and-terms/functions-and-methods/parameters-and-arguments)
