JavaScript Arrays 101
When learning JavaScript, one situation appears very quickly: sometimes we need to store multiple values together. If we try to store every value in separate variables, the code becomes messy and diff
all-about-javascript.hashnode.dev4 min read