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.
Map Max: Fury Road
added by someone.
Haha, Im doign personal projects. I havent been on here that much.
Alhamdulillah :)
Honey has done
20
more kata since! Let's gooooooooooooThis is the Monday motivation we all need! Very well said Misuta 🥰
Approved by someone
Hope 8 months later you rised this level. I did the same exact solution and I only practised for a couple of months and katas, but while you progress you'll see (and this message is going to those who feels the same, and I think all of we felt once at last) that you learn from previous katas new ways and methods to programming, sometimes you need bit more knowledge learn see it from another point of view. I've made a document with all katas I did, my solution and other solutions I feel interesting. If I don't understand some or whatever I ask ChatGPT; we didn't learned knowing all, right? Somebody machine or not, AI or not have to teach us. So, Ganbatte kudasai, minasan! (And sorry for my english, writting fast, sleeped poorly...)
TS Translation
It's because parseInt takes 2 parameters and I forgot that. I fixed it now.
Why??? all results would be NaN: Failed for
seq : Iterator [
false, true, true, false, true,
true, false, false, false, true,
false, true, false, true, false,
false, true, false, false, false,
false, false, false, true, true,
true, true, true, true, false
])
pred : function parseInt() { [native code] }
reason : expected false to equal true
it is a joke? TypeError: seq.split is not a function
JavaScript:
but
parseInt
never returnstrue
...Now trying truthy instead of
true
:but
parseInt
never returns a truthy value here...Seems a bit harder than 7kyu
JS translation
Loading more items...