Introduction to JavaScript Functions
Difficulty: Advanced
Duration: 8 minutes and 1 second
Students: 1,084
Rating: 4.6/5
This practical lesson explores JavaScript Functions. You will learn what they are and how to use them.
Learning Objectives
- Learn how to write function declarations and expressions
- Understand function parameters and arguments
- Learn how to write ES6 arrow functions
- Understand the return statement
Intended Audience
This lesson is intended for anyone who wants to learn about JavaScript functions.
Prerequisites
Anyone with an interest in JavaScript functions or who wants to improve their knowledge of JavaScript in general.