ES6:let vs. const in JavaScript

ES6 was released in June of 2015 and with it came two new keywords for declaring variables in JavaScript, let and const. Read more

Similar

ES6 Generators Deliver Go Style Concurrency

Last night I expressed some frustration about the state and future of concurrency in JavaScript. I ended up having a little bit of back and forth with David Herman and he pointed out that ES6 Generators can express Go and core.async's flavor of CSP. Now I... (more…)

Read more »