Praveen Kumar
Praveen Kumar

Praveen Kumar

Follow
Follow
home

Conditionally assign value in JavaScript... and more

Apr 24, 20213 min read

This is the situation that you can never avoid as a developer. Assigning value to a variable based on a condition. So in this article, we will have a...

Conditionally assign value in JavaScript...
and more

Coding and frameworks don't make you a great programmer

Feb 24, 20213 min read

We all learn things in our lives through some lessons and not surprisingly sometimes the lessons are a bit harsh. I am just sharing the lesson I...

Coding and frameworks don't make you a great programmer

Arrays In JavaScript

Jan 25, 20216 min read

After reading this article you'll be confident using arrays in JavaScript Need ?? Consider a case when you want to store lots of data e.g. all your...

Arrays In JavaScript

Unboxing JavaScript

Dec 27, 20204 min read

Unboxing JavaScript We all have that model in our mind that a variable is a box containing some value e.g. let a contains 10. Let me ask you a simple...

Unboxing JavaScript