Strings and Template Literals
Jul 3, 2023 · 3 min read · The String object is used to represent and manipulate a sequence of characters. Strings are useful for holding data that can be represented in text form. Creating Strings: Here in the code below, we are creating a string with names string1 and string...
Join discussion