JavaScript Variables, Strings and Arrays
In this article, you’ll learn three tools for storing data in JavaScript: variables, which store numbers or text; strings, which are special variables for
working with text; and arrays, which are multiple variables you can refer to
by number.
Choosin...
tundeloper.hashnode.dev5 min read