Let's Count the Smiley Faces From an array
Mar 24, 2024 · 2 min read · 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...
Join discussion