Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This is not an issue. Find out what you think who ate what, then check if some possibilities are very unlikely (like a vegetanosaurus eating meat), and adjust your assessment in such cases.
Yes. I always get the same answer when I run in repl.it : 'A triceratops is eating something.' Here though, I do pass the initial test thought that asks for 'Somethng is eating leaves.' I am very confused. If I understood if there was a hierachy, like animal bite marks take presidence of food type or vice versa.
https://repl.it/@listenToRipley/dinos#index.js
Do you get expected result also when you run your solution twice?
For Javascript; I feel like it's asking for two different outputs for the same into and I am loosing it a little. I've passed all my tests but one: Expected: 'A triceratops is eating something.', instead got: 'Something is eating leaves.', the weird thing is one of the tests is console.log('10 :',lunchTime("|||uuVuu|||")) which is expect to have 'Something is eating leaves.' Of course though when I test my code in Repl.it, it get the expected output. Started to feel like there is a bug in the test. Anyone have any ideas of what I am doing wrong?