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.
Imagine yourself at a job interview. You are given a task and one of the requirements is to raise an error if division by zero occurs. Instead of completing the task, you tell the interviewer that there are no zero-division-errors in JavaScript. Do you think the interviewer will accept this answer?
I have modified the description to be more universally acceptable for multi-language kata.
I'm getting the divide by 0 returns wrong because I'm returning infinity and not the ZeroDivisionError, which as far as I can tell doesn't exist in javascript.