String in Javascript in details
Strings are a type of primitive datatype that can hold string values, or basically sentences, words, or characters. A string is a primitive type, which means it is stored in the stack memory. So when you try to make any change to the value, the origi...
nerdbash.hashnode.dev5 min read