Question

Write a JavaScript function to convert string to uppercase ignoring numbers?

Login to Submit

Examples

input : "hello123world"
output:"HELLO123WORLD"