challenge-algorithms-v2.0-d.../08-isAnagram/index.js

4 lines
77 B
JavaScript

export function isAnagram(word1, word2) {
// implementar logica aqui
}