🌟String methods in JavaScript allow you to manipulate and extract information from strings.
🔍The 'trim' method removes leading and trailing white spaces from a string.
⬆️The 'toUpperCase' method converts a string to uppercase letters.
⬇️The 'toLowerCase' method converts a string to lowercase letters.
🔍The 'indexOf' method finds the index position of a specified character or word in a string.