Lesson 9: Understanding Functions

Lesson Overview

In this lesson, we will learn about functions in JavaScript, how to define them, and how to invoke them.

Graphical Preview

Function Preview: function greet(name) { return "Hello, " + name; }

Download Options