String.prototype.toUpperCase():

console.log('qwerty'.toUpperCase()); // -> 'QWERTY'