Browse Source

Merge pull request #844 from Pav01Founders/patch-3

Update subjects/isupper/README.md
pull/878/head
MSilva95 3 years ago committed by GitHub
parent
commit
4336645d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/isupper/README.md

2
subjects/isupper/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function that returns `true` if the `string` passed in parameter only contains uppercase characters, and that returns `false` otherwise.
Write a function that returns `true` if the `string` passed as parameter contains only uppercase characters, otherwise, returns `false`.
### Expected function

Loading…
Cancel
Save