Introduction: Overview

Overview

This is a full overview of the JavaScript basics course, detailing what will be covered in each section:

Introduction

1Overview
2What is JavaScript
3What can you do with JavaScript

Basic Definitions

4Variables
5Console messages

Adding Javascript to a project

6With script tags
7Separate file
8Summary

Operators

9Introduction
10Type inference
11Assignment operator
12Comparison operators
13Logical operators
14Maths operators