#web-development
Read more stories on Hashnode
Articles with this tag
When I am learning JS, the mythical this keyword has caused me a lot of trouble. But once I got my head around it, the idea seems simple, simple...
Currying is an important technique used both in mathematics and computer science. It is the technique of converting a function that takes multiple...
Closure is a powerful mechanism in JavaScript. To understand closure better, it helps to understand how lexical scoping works. Lexical scoping, in...