Write a JavaScript function to convert string to uppercase ignoring numbers?
Login to Submit
input : "hello123world" output:"HELLO123WORLD"