Skip to content

klaryon/count_letters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Count letters

Project were a function that receives an input of "aaaabbbbbcca" returns an output of: [["a", 4], ["b", 5], ["c", 2], ["a", 1]]

Preview project at: https://count-letters-js.web.app/

alt text