// ram usage test to see what is better mines or mr mundo's const memoryUsage = process.memoryUsage(); // humberto mundo let animals = ["Zebra", "Koala", "Lion", "Elephant", "Eagle", "Cat", "Eagle"] // Write a function named getLocation(list, word) to return the location of the parameter word // in the array list, if it exist, returns -1 if it does not exists function getLocation(list, word) { let loc = 0; let found = false let pos = 0 while (pos