6 followers
I am software developer who worked on C primarily. Now looking to move into web development. This here is, me documenting my journey and what I have learned.
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...