``` Strings``` are useful for holding data that can be represented in text form. let string1 = "A string primitive"; let string2 = 'Also a string primitive'; let string3 = `Yet another string ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results