nus-cs3281 / 2017

A repo to hold info on CS3281 students
2 stars 1 forks source link

ES6: Javascript Done Right #50

Open thenaesh opened 7 years ago

thenaesh commented 7 years ago

Summary

Slides are here. More info on ES6 here (external resource).

PUNCH

Javascript is a language we can't run away from. It's as ubiquitous as web-browsers are. And with web browsers effectively turning into cross-platform OSes these days, there is no escape.

But Javascript code also tends to be atrocious, thanks to stupid design "decisions" made during the browser wars, insane defaults and the generally chaotic growth of the language.

WIIFY

If you learn ES6, you will be able to program for the browser with a language with saner semantics and allows for greater modularity of code. The benefits of this are obvious.

Promise

Content

damithc commented 7 years ago

This is better:

Promise

In this talk I will tell you ...

Key points