let txt = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; let len = txt.length; let part = txt.slice(7, 13); let str = "Please visit Microsoft"; let newText = str.replace("Microsoft", "W3Schools"); let text2 = text1.toUpperCase();