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.
Can you break down the process of 'tokens = exp.exec(a)' and '!!tokens[i + 1]'?
Thanks!
'Random r = new Random();'
Can anyone explain how does this work?
Thanks!
Anyone can explain the formula?
Thank you
anyone can explain this code?
Thank you!
I see, thank you
function w(balls) {
var balls = [0,1,2,3,4,5,6,7];
}
Can you set the arg in the function?
Thanks!
How to break such complex code to read?
Thanks!
Why you need to "return w([0,1,2,3,4,5,6,7]);" at the end?
Thank you!
"Array.prototype.slice.call(arguments)
.filter(n => n !== 0)
.reduce((p, c) => {
let q = [];
for (let i = 0; i < p.length; i++)
q.push(p[i].slice(0))
q.map(x => x.push(c));
return p.concat(q)
}, [[]])"
Hi, do you mind explain this part of your code. Thank you!
'1875 generates the largest palindrome number, namely 8?'
Anyone can hep me understand that?
Thanks!
'/\B.\B/g' only matches one character?
any notes?
'Magic.prototype.toString = function(){
return this.op().toString();
};'
What does this part for?
Thank you!
Why 'slice(0)'?
I can see that but I don't understand how your algorithm work?
你是套用了啥公式呀?
Can you explain the formula? How do you translate the compound interest? Thank you
Loading more items...