Coding – the art, the science, and the passion
10 amazing one-liners to transform your JavaScript code
⚡Powerful one-liner solutions to popular JavaScript problems.
17 lines of JS code became 1 line after this simple trick
How did these 17 lines of JavaScript code turn into a concise one-liner?🤔
How to write *natural* code everybody will enjoy reading
Powerful tips for writing readable, natural, enjoyable code for humans and computers.
The 7 most transformative JavaScript features from ES10
7 juicy ES10 features that transformed JavaScript with new functionality and cleaner + shorter code.
New array slice notation in JavaScript – array[start:stop:step]
Start using Python’s array[start:stop:step] slicing notation in JavaScript right now.
7 little-known console methods in JavaScript
Go beyond .log(): 7 rarely used console methods for colorful🎨 data visualization, debugging🔎, performance⚡ testing…