This comment is hidden because it contains spoiler information about the solution
@MRodalgaard What if a legit array of 101 steps is supplied?
Symbols are ruby-specific, what about translating to other languages?
Why Array.prototype.concat() and not Array.prototype.push()?
Array.prototype.concat()
Array.prototype.push()
& doesn't actually raise and divide. & translates to a hardware instruction to read just one single byte. Much simpler than a full divide.
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
@MRodalgaard What if a legit array of 101 steps is supplied?
Symbols are ruby-specific, what about translating to other languages?
Why
Array.prototype.concat()
and notArray.prototype.push()
?& doesn't actually raise and divide. & translates to a hardware instruction to read just one single byte. Much simpler than a full divide.