Skip to content

Instantly share code, notes, and snippets.

@gitgitWi
Created April 12, 2024 01:43
untitled
function solution(clothes) {
var answer = 0;
return answer;
}
console.log(solution([["yellow_hat", "headgear"], ["blue_sunglasses", "eyewear"], ["green_turban", "headgear"]] ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment