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.
The expected output is in string.
what should be the answer if you have different opening and clossing time in different days
expected [ { name: 'red', id: '1' }, { name: 'yellow', id: '2' }, { name: 'black', id: '3' }, { name: 'white', id: '4' } ] to equal
'[{name : 'red', id : '1'}, {name : 'yellow', id : '2'}, {name : 'black', id : '3'}, {name : 'white', id : '4'}]'
Can any one please help me
Test failes only in attempt.That too only with negative elements.
[ -32, -42, 10, -10, -31, -48, 40, -31, -7, -5, -7, 18, 42, 3, 7, 19, -42, -46, 46, 28, 25, 27, -5, -44 ] to deeply equal [ -32, -42, 10, -10, -31, -48, 40, -7, -5, 3, 7, 18, 42, 19, 25, 27, -42, -46, 46, 28, 33, 41, 47, -44 ]