Create modular code by using functions in JavaScript
Functions are the building blocks for any application you’ll create. With functions, you can create named, reusable sections of code to help make it more readable and maintainable. This module explores the core concepts of functions.
How to write a basic function., What parameters are and how to use them., How to return values from a function., How to use anonymous functions.
A web browser, Visual Studio Code and Live Server extension, installed
There are no reviews yet.