Let's Count the Smiley Faces From an array
We will be solving a 6kyu problem from CodeWars. This one ->Count the smiley faces! | Codewars
The Question
Given an array (arr) as an argument complete the function countSmileys that should return the total number of smiling faces.
Rules for a smili...
ashfin.hashnode.dev2 min read