Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Latest commit

 

History

History
75 lines (47 loc) · 2.59 KB

day-1.md

File metadata and controls

75 lines (47 loc) · 2.59 KB

Day 1 - Values & Types

Always bet on JavaScript.

@BrendanEich

Table of Contents

Slides

Topics

Introduction to JavaScript

Learn the basics of computer programming. Read the first chapter of the Eloquent JavaScript book.

  1. Eloquent JavaScript - Intro (book)

ECMAScript versions

Read about ECMAScript; the standard upon which JavaScript is based.

  1. The Complete ECMAScript 2015-2019 Guide (article)

Read more about What is JavaScript and the standards in You Don't Know JS.

  1. You Don't Know JS - What is JavaScript (book)

ES5 versus ES6

Watch this video from Fun Fun Function about variables.

  1. Fun Fun Function - var, let and const (video)

Values, types and operators

Then read more in-depth about values in Eloquent JavaScript.

  1. Eloquent JavaScript - Values (book)

Conventions

Read everything from General JavaScript guidelines to Operators and Comparison.

  1. Mozilla Developer Network - JavaScript guide (article)

Exercises

You can try the following exercises: