@Sas3103
Compounding++
Nothing here yet.
Work
Mar 14 · 6 min read · If you’ve been learning JavaScript, you’ve probably seen the word function everywhere. And honestly… that’s because functions are one of the most important building blocks in programming. Think of a f
Join discussion
Mar 14 · 6 min read · If you've started learning modern JavaScript, you’ve probably seen this strange-looking syntax: const add = (a, b) => a + b; At first glance it might look confusing.But once you understand it, arrow
Join discussion