var str = "Apples are round, and Apples are Juicy."; console.log(str.toLowerCase( )) // apples are round, and apples are juicy.