Skip to content

Files

Latest commit

Aug 10, 2015
be2cc26 · Aug 10, 2015

History

History
This branch is 10 commits behind GitbookIO/javascript:master.

functions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 10, 2015
Aug 10, 2015
Aug 10, 2015

Functions

Functions, are one of the most powerful and essential notions in programming.

Functions like mathematical functions perform transformations, they take input values called arguments and return an output value.