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.
It can be achieved as follows:
Math.round((number*100)/100);
for our example Math.round((x.A-total)*100)/100;
This comment is hidden because it contains spoiler information about the solution
In the description:
Are you returning an object? What are those newlines?
Expected: '{ A: 232.6, B: 141.6, C: -19.4, D: -131.4, E: -223.4 }', instead got: '{ A: 232.6,\n B: 141.6,\n C: -19.400000000000006,\n D: -131.4,\n E: -223.4 }'
I am working in JS, is there a specific round off I am supposed to do to pass this specific test?