Skip to content

Instantly share code, notes, and snippets.

View cyb3rD's full-sized avatar

Nikolay Ignatev cyb3rD

View GitHub Profile
@cyb3rD
cyb3rD / gist:7f4dd4953a507fbcf4050a7e85ed0d24
Created July 12, 2016 13:33 — forked from getify/gist:5285514
since `let (foo = 42) { ... }` is not coming to ES6 after all...

I hereby propose this form of let usage as the next best option, since the clearly better let (foo = 42) { ... } let-block-statement syntax is dead and not coming to ES6:

/*let*/ { let foo = 42;

   // your code that uses `foo`

}
@cyb3rD
cyb3rD / js-courses.md
Created June 19, 2016 13:35 — forked from alexbaumgertner/js-courses.md
JavaScript courses as on March 2016