Appearance
let text = "Visit Microsoft!"; let result = text.replace("Microsoft", "SeaCode");
let num = 15; let text = num.toString();