🔍The 'indexOf' method helps locate the first occurrence of a specified value in a string.
✂️The 'slice' method extracts a part of a string based on specified start and end indexes.
🔀The 'split' method splits a string into an array of substrings based on a specified delimiter.
🔄The 'replace' method searches a string for a specified value and replaces it with a new value.
🔠The 'toUpperCase' method converts all characters in a string to uppercase.