#javascript
Read more stories on Hashnode
Articles with this tag
what are Conditionals (decisions) We all make decisions that affect our lives at all times. examples, in A real-life situation, (if I'm tired, then...
The function is a block of code designed to perform a particular task. The function is executed when something invokes it (calls it). JavaScript...
Loops are statements that repeat an action for a specified number of times. they enable you to execute a block of code repeatedly until a certain...