var stringName = "hOwdY" stringName.toUpperCase() // result is "HOWDY" stringName.toLowerCase() // result is "howdy"