#beginners
Read more stories on Hashnode
Articles with this tag
It's about time we stop using console.log to debug things. While console.* are really powerful tools, it's a pain to maintain. Most of us can use our...
Functional programming is a way of thinking about programs by composing pure functions. It tries to avoid shared state, mutability, and side effects....