JavaScript Arrays 101 (Beginner-Friendly Guide)
When writing programs, we often need to store many values together.
Example:
A list of fruits
A list of marks
A list of movies
A list of tasks
Instead of creating many variables, JavaScript give
shivaramwebdev.hashnode.dev4 min read