Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

PART 1

The JavaScript Language

Here we learn JavaScript, starting from scratch and go on to advanced concepts like OOP.

We concentrate on the language itself here, with the minimum of environment-specific notes.

An Introduction

1.1 An Introduction to JavaScript

1.2 Code editors

1.3 Developer console

JavaScript Fundamentals

2.1 Hello, world!

2.2 Code structure

2.3 The modern mode, "use strict"

2.4 Variables

2.5 Data types

2.6 Type Conversions

2.7 Operators

2.8 Comparisons

2.9 Interaction: alert, prompt, confirm

2.10 Conditional operators: if, '?'

2.11 Logical operators

2.12 Loops: while and for

2.13 The "switch" statement

2.14 Functions

2.15 Function expressions and arrows

2.16 JavaScript specials

About

Let learn JavaScript, starting from scratch and go on to advanced concepts.

Topics

Resources

Stars

26 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors