Hi, my name is Jordan Hudgens, and I'm going to be your instructor throughout this Javascript development course.
So you've heard of this language called JavaScript, and you want to know why it's important to learn. That's what we're going to talk about in this guide, and I'm specifically going to walk through four key reasons why it's important for you to learn JavaScript.
This guide walks through the various versions of the JavaScript programming language, including topics such as how to lookup browser support.
In this lesson you'll learn how to run JavaScript code in both the browser and CodePen development environments, including examining how to configure both options.
This guide examines how to work with variables in JavaScript, including: how to store data in variables, how to define multiple variables at the same time, and how to use both the let and var variable options.
This guide walks through the key differences between the var and let based variables types in the JavaScript programming language. Focusing on the unique feature of 'let' that doesn't allow it to be re-defined.
In this lesson we'll examine what JavaScript Hoisting is and how it affects when variables need to be declared and assigned.
This guide explains both syntax options for adding comments to JavaScript files.
This lesson walks through each of the JavaScript data types. Additionally, we'll discuss how JavaScript utilizes dynamic typing.
This guide explains how to work with JavaScript objects. This will include: how to define an object, how to parse values from an object, how to work with nested objects, and how to add new key/value pairs on the fly.
Checking for a component's data type in JavaScript can be very important since the data type determines the types of functions that can be passed. In this guide we'll examine how you can check for data types in JavaScript.
This lesson examines how to convert data from various data types into different data types in JavaScript. Additionally, we'll discuss the issues related to automatic type casting and when this type of feature is required in real world development.
This part 1 guide walks through how to call functions on strings in order to perform tasks such as searching for values, finding a character's index, and much more.
In this second part of our module on String functions in JavaScript, we'll examine how to integrate Regular Expressions in order to find patterns in string based data.
This is the final guide in the String function module. In this lesson we'll walk through the slice, case, and trim functions. We'll also examine how we can chain functions together.
This guide examines the full list of JavaScript arithmetic operators. These operators allow for programs to perform computation and can update numbers.
This lesson examines how to work with the Compound Assignment Operator in JavaScript.
This guide walks through how the order of operations work in JavaScript programs, including a discussion on PEDMAS/PEMDAS.
devCamp does not support ancient browsers.
Install a modern version for best experience.