String Built in Function MethodDescriptionExamples charAt(index)Returns the character at the specified index"Hello".charAt(1) → "e" concat(str1, str2, ...)Joins two or more strings"Hello".concat(" World") → "Hello World" includes(substring...
rajputayush.hashnode.dev4 min readNo responses yet.