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.
Yeah ik it's the same, he is just playin I guess cuz he could do " / 2 "
It's the same as dividing the time by 2, since 1 divided by 2 = 0.5
This comment is hidden because it contains spoiler information about the solution
It depends how did you create.
let arr = nums;
Won't work because changin arr will also change nums. It's because they are not primitive types of variables, they are reference types. you can have a research about it to understand better.
This comment is hidden because it contains spoiler information about the solution
Will this really work? :D