May 21, 2019
Drinks on the house :)
(mention you are with the Meetup)
Brendan Eich
"scripting language"
Developed in 10 days
Mocha
LiveScript
JavaScript
Mocha
LiveScript
JavaScript
JScript
“Best viewed in Netscape”
"Best viewed in Internet Explorer"
(Technical Committee 39)
Stage 0 - "strawman"
Stage 1 - "proposal"
Stage 2 - "draft"
Stage 3 - "candidate"
Stage 4 - "finished"
There is no acceptance criteria and anyone can make a new proposal for this stage.
An actual formal proposal. These require a “champion” (i.e. a member of TC39 committee)
At this stage the syntax is precisely described using the formal TC39 spec language
The proposal has approved and further changes will only occur at the request of implementation authors. Here is where you can expect implementation to begin in JavaScript engines.
Indicates that the proposal has been accepted and the specification has been merged with the main JavaScript spec.
.....and some cons :/
Call Stack
Primitive Types
Values Types and References Types
== vs === vs typeoff
Function Scope, Block Scope and Lexical Scope
Expression vs Statement
IIFE, Modules and Namespaces
Messages Queue and Event Loop
setTimeout, setInterval and requestAnimationFrame
this, call, apply and bind
new, Constructor, instanceof and Instances
Pure Functions, Side Effects, and State Mutation
Closures
High Order Functions
async/await
map, reduce, filter