Skip to content

Latest commit

Β 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Pluses and Hashes

Your Task πŸ“š:

Create a function called plusHashCount that returns the number of hashes and pluses in a string.

Examples πŸ˜ƒ:
plusHashCount("###+") ➞ [1, 3]
plusHashCount("##+++#") ➞ [3, 3]
plusHashCount("#+++#+#++#") ➞ [6, 4]
plusHashCount("") ➞ [0, 0]

Good Luck πŸ˜€

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages