javascript
Understanding Currying in JavaScript: A beginner’s guide
There is one shared perspective about programming.
That it is exciting on the very first day, but on the thousandth, it starts to appear less interesting.
Because when you are just starting out, you’re probably diving into the cool world of syntaxes and experiencing the magic happen. But once ...
How JavaScript hoisting works under the hood
JavaScript is weird.
Not syntactically. But how it behaves under the hood.
And it often confuses a lot of newcomers or developers coming from different programming languages. And until and unless you understand why it works the way it works, you’ll meet the confusion and difficulties the same ...
3 No BS Reasons To Choose React in 2021
Gone are those days when being a Front-end master was all about learning HTML, CSS, & JavaScript and understanding how they interact with each other.
Nowadays having a good command over a UI framework (or library) like - React, Angular, or Vue - is a must to handle front-end tasks ...