- JavaScript
- Beginner
About this Course
Get up to speed with the basics of JavaScript. In this course, you'll learn the fundamental concepts and syntax of the JavaScript programming language.
What you'll learn
- Variables
- Arrays
- Objects
- Functions
- Loops and conditionals
Data Types and Variables
JavaScript variables and data types are the foundation for creating programs that can store and retrieve information.
8 stepsFunctions
Functions are at the heart of JavaScript. They let you create code you can reuse, and make performing the same steps over and over again simple, and your programs shorter.
6 stepsArrays and Loops
Arrays provide a way of storing more than one value in a single place. And loops let you repeat the same set of actions a certain number of times, and are frequently used to perform tasks on items in an array.
7 stepsObjects and Conditionals
JavaScript objects provide a way to store and access data as key-value pairs. And conditional statements let you create intelligent programs that can react to different conditions.
7 stepsTeacher
-
Guil Hernandez
Guil is a Full Stack JavaScript and Front End Web Development instructor.