JavaScript Arrays 101
Imagine you are building a simple to-do list application. You need a way to store the user's tasks.
Using what you know about basic variables, you might try something like this:
let task1 = "Buy groce
blog.himanshubalani.com5 min read