Play Around With Strings - Javascript
A string is a data type that stores text enclosed within single or double quotes.
Initializing and assigning a value to a string.
var name = "faith2020";
Are strings in Javascript arrays?
No. Strings are not arrays. However, the items making up the ...
faithgaiciumia.hashnode.dev3 min read