vanillaes/absurdum

strings.upperCase

evanplaice opened this issue · 1 comments

Converts all chars in a string to upper case.

Checklist

  • implementation
  • tests
  • jsdoc

Details

console.log(strings.upperCase('flying CAR'));
>'FLYING CAR'

References

Closed as 'invalid' b/c this method is already built-in to JS