Review of Functions in JavaScript

Course written by Albert Wenger

A quick overview of functions, how to define them, and how variable scope affects when and where variables can be accessed within functions.

0%

Completed

  • See how a function is defined and used. Learn to define your first simple function.

    Not started

  • Functions can accept input known as arguments. We'll explore how to work with arguments.

    Not started

  • Storing data, such as intermediate values of a calculation, in variables inside of a function.

    Not started

Sign in to Codecademy