#javascript
Read more stories on Hashnode
Articles with this tag
Here in this situation, we will calculate the length of the string without using inbuilt functions. We will solve this problem using a while loop,...
What are functions ? A line code that is used numerous times, in a program. The reused line of code is written inside the function which is then...
Switch statement will have a variable that contains a value initially. The switch statement will try to match the value in the variable with the case...
what are Variables & Values? why to use them? When you want a value to be stored somewhere, you store it in a variable but why? Because to use it...