Obidur Rahmanashfin.hashnode.dev·Mar 24, 2024Let's Count the Smiley Faces From an arrayWe 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...1 like·26 readssmiley
Nam Nguyennamnguyendev.hashnode.dev·Apr 21, 2023CodeWars (6 kyu) Consecutive strings - JavascriptDescription: You are given an array(list) strarr of strings and an integer k. Your task is to return the first longest string consisting of k consecutive strings taken in the array. Examples: strarr = ["tree", "foling", "trashy", "blue", "abcdef", "u...233 readsCodewars