Quick Start to JavaScript: Volume 1
Course info



Course info



Description
Throughout this series of JavaScript tutorials for beginners, we'll learn how to write the programming language from scratch, so you can start creating code of your own.
Quick Starts are a series of specially constructed tutorials meant to be followed in sequence and include valuable exercises to reinforce learned concepts.
This tutorial assumes no prior programming experience and starts exploring the logic of a language and the concepts needed to write code from the ground up.
We'll start by exploring what we can create with JavaScript and then learn how to start creating our own code with the basic building blocks of JavaScript using:
- strings
- numbers
- booleans
- common operators
- variables
- and control flow
With this in mind, you'll be presented with an assignment immediately following each volume. These assignments will challenge you to take the skills that you've learned in a particular volume and apply them to a different asset.These JavaScript tutorials are designed to be taken in sequence, so we highly encourage you to start with this volume and proceed all the way through to Volume 3, all so you can take advantage of the periodic assignments along the way to get the full learning experience.
Software required: Mozilla Firefox.
Course FAQ
JavaScript is an object-oriented programming language used primarily for making interactive elements on web pages and applications. It was initially only used for browsers and web pages, but it has spread to many other environments and applications.
Some advantages of learning to program with JavaScript are:
- Creating responsive and interactive elements
- Enhancing the user experience
- JavaScript is a text-based programming language
- Client-side JavaScript is very fast
- JavaScript is relatively simple to learn and execute
- JavaScript is extremely popular and frequently used
In several ways, JavaScript is actually one of the easier programming languages to learn, especially as a first programming language. It will be more difficult for some than others, but this course puts it simply and clearly to help you learn JavaScript easily and effectively.
In this course you will start your journey through JavaScript by learning:
- What is JavaScript?
- The different JavaScript operators
- Understanding the Console
- Strings, numbers, and boolean values
- Using variables
- If/else and else if statements
- Much more
This course is for anyone who wants to learn some quick JavaScript basics and apply them in a real project. Mostly intended for absolute beginners who are brand new to JavaScript or coding in general.
Nope! This JavaScript tutorial assumes no prior programming experience, so don't stress about it. We will be learning the absolute basics and fundamentals of JS in this course.
Section Introduction Transcripts
Introduction and Project Overview
Hi. I'm Susan with Digital-Tutors, and this is Quick Start to JavaScript, Volume 1. In this course, we'll start learning how to write JavaScript from scratch. This course assumes no prior experience with JavaScript so we'll start by talking about what we can create with it and also learn the syntax by doing things like creating alerts, doing basic math, and learn some of the basic building blocks of JavaScript like strings, numbers, Booleans, variables, and if else statements. We'll finish up by creating a zombie text adventure game to apply everything we've learned. So, let's get started in our next lesson by learning what JavaScript does.