Recently Published
Important JavaScript concepts to master in 2022, 3 min read
I have compiled a list of Javascript concepts and functions to master for becoming a better web and javascript in 2022 and beyond. Having a solid understanding of fundamental always goes very far in the professional career. Theseconcept will be helpful to you.
Read MoreArrays In JavaScript, 4 min read
Consider a case when you want to store lots of data e.g. all your favorite pizzas or tacos. How will you store all the names in your program? Will you create 10 different variables for ten different pizzas?.
Read MoreCoding and frameworks do not make you a good programmer, 2 min read
You need to understand that if you are giving feedback or talking on a topic, the words that you use might make the second person feel offended, confronted, attacked, etc.
Read MoreTernary operator in Javascript, 4 min read
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 question. What is a variable? You might have answered that variable is a box in memory that holds some value and you have pictured something as below in your mind.
Read MoreUnboxing Javascript, 4 min read
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 question. What is a variable? You might have answered that variable is a box in memory that holds some value and you have pictured something as below in your mind.
Read More