Browse Source

Update README.md

pull/843/head
Pav01Founders 3 years ago committed by GitHub
parent
commit
bbe67bcaa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      subjects/alphacount/README.md

6
subjects/alphacount/README.md

@ -2,11 +2,9 @@
### Instructions
Write a function that counts only the letters of a `string` and that returns that count.
Write a function that counts the letters of a string and returns the count.
- White spaces or any other characters should not be counted.
The letters are only the ones from the latin alphabet.
The letters are from the Latin alphabet list only, any other characters, symbols or empty spaces shall not be counted.
### Expected function

Loading…
Cancel
Save