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/