#clevercoderjoy
Read more stories on Hashnode
Articles with this tag
What are variables? Variables are just the names of memory locations with some values stored in them. Why do we need them? Imagine a scenario where...
In JavaScript, we have three different value-comparison operators: "=" "==" "===" What is ( = ) in programming languages? A single equals symbol...
What is git? Git is an open-source version control system. Now, you might be thinking what the heck this means... but don't worry, I will explain to...