JavaScript
A small page about JavaScript where I'll put interesting articles, links, references, or tips about this amazing programming language, or simply links to my favourite packages.
The two pillars of JavaScript
First, reading these articles is very important if you don't want to take JavaScript the wrong classical way:
- The Two Pillars of JavaScript - Part 1 - Eric Elliot
- The Two Pillars of JavaScript - Part 2 - Eric Elliot
ES6 conversations
ES6 is the new (well, ... new from 2015) way of writing JavaScript. There are tons of tutorials about how to write clean ES6 code ... here are some of them.
- JavaScript ES6: write less, do more - Said Hayani (just forget about the last paragraph about classes)
- JavaScript hacks for ES6 hipsters - Tal Bereznitskey on HackerNoon
- My Boss: It's 2023, you know ES6, but why don't you use it? - Fatfish