JavaScript Arrays
If you need to create 3 tasks in a program, you have to initialize 3 variables separately. It would look like:
let task1 = "writing"
let task2 = "reading"
let task3 = "working out"
Now if there are a
sanghitadev.hashnode.dev4 min read