Published
- 1 min read
uppercase javascript
The solution for this is noted below
uppercase javascript
Solution
var str = "Hello World!";
var res = str.toUpperCase(); //HELLO WORLD!
Try other methods by searching on the site. That is if this doesn’t work