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 easy, you just need to read description 3x times. xD Nice kyu.
No
let
?No
const
?help me bro I search about truthy and falsy after that i have managed to pass 26 test but still 6 tests are not passing i am very serious about this kata and i don't wanna look at the solution....... plz give me some hints
True and truthy are not the same. Idem for false and falsy.
I have passed 23 tests but 9 tests are failing i don't know why plzz help ......
I have maken an array at the beginning with two arrays in it....
if the object property is true these object will push to the 1st array of the main array and if the value of the object property is false
the object will push onto the second array of the main array....tell me plzz what am I doing wrong here.
same here bro......
In samples tests everything is ok but in attempt I've 9 fail and 1 exit. I don't understand why
The description for this kata is inadequate.
It is simply not clear enough.
The test cases are too few.
Added.
Not a kata issue then. Closing.
You're returning the return value of the push.
I don't think that's what you intend to do.
Totally forgot about this one, but thanks to your hint I was finally able to get it.
Thanks man, that was a good catch!
hey, I struggled with this for a while too. First point - look up what thigs are truthy and falsy by default - there are some surprising ones. Second, check into how you are accessing your object properties - there is more than one way and my usual of object.property wasn't the right one to use...
Loading more items...