Skip to content

fikrcamp/pluses-and-hashes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published