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; }
In this lesson, we will learn about functions in JavaScript, how to define them, and how to invoke them.
Function Preview: function greet(name) { return "Hello, " + name; }