#javascript
Read more stories on Hashnode
Articles with this tag
Following the completion of my 3 months training at Zuri Training , I'll be joining the HNGI8 internship this week as a Front End Web Developer. Am...
What is an array? JavaScript arrays are used to store multiple values in a single variable. Example : var cars = ["Saab", "Volvo", "BMW"]; Creating an...