tbrosow
5/8/2016 - 11:59 PM

convertions.js

var str = "Hello World!";
var res = str.toLowerCase(); 

var res = str.toUpperCase();