strings.upperCase
evanplaice opened this issue · 1 comments
evanplaice commented
Converts all chars in a string to upper case.
Checklist
- implementation
- tests
- jsdoc
Details
console.log(strings.upperCase('flying CAR'));
>'FLYING CAR'
References
evanplaice commented
Closed as 'invalid' b/c this method is already built-in to JS