var str = 'AbCdEfGhIjKlMnOpQrStUvWxYz';var result = str.toLocaleUpperCase();document.writeln(result); // Outputs: ABCDEFGHIJKLMNOPQRSTUVWXYZ