Functions

Functions

LibraryIntroduction to Programming › Functions

Introduction to Programming

Introduction to Programming

Unlocking this badge will help you earn the Introduction to Programming badge.

View the badge map

About this badge

A function contains a piece of code that needs to be executed several times from different parts of your application. A function optionally takes in arguments and returns an object or value as a result.