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.
thanks buddy
restore down your browser window
is this a bad habit that if i can't solve a kata for 1 or 2 days than i unclock the solution and practice and learn from it afterwards?
i have passed 26 tests but 6 tests are failing plz tell me what am i doing wrong
this is my code of "Split an array" kata...
function split(arr, prop) {
//ceate an array
let returnArray = [[],[]];
//iterate through all the object in the array
for(let i = 0; i < arr.length; i ++){
//compare the prop
}
is it a bad habit that if I could not solve one problem for 1 or 2 days than i should click on unlock solution??
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
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......
how can I make tuples is javascript??