# Functions

These are the fundamental building block of any application in JavaScript. They're how you build up layers of abstraction, mimicking classes, information hiding and modules. In TypeScript, functions still play the important role in describing how to do things.

# Discordeno Functions