gayatri kumarforGeeKee's Odysseygeekee.hashnode.net·Jun 26, 2022String and String Ops.Strings in Js is simply text wrapped in quotes. You can use double or single quotes, just be consistent. let myName = 'Gayatri'; let myFullName = "Gayatri Kumar"; let friendsName = 'Pabo Shivrav'; In string each character is indexed, and can be acce...22 likes·80 readsJavaScriptJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.