#functional-programming
Read more stories on Hashnode
Articles with this tag
Have you ever wondered why modifying an array inside a function affects the original array, but modifying a number does not? The reason lies in how...
If you’ve ever dived into JavaScript, you might have come across this quirky idea: everything, except primitives, is an object. And if you’re anything...