-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Description
in http://coffeescriptcookbook.com/chapters/math/random-integer
there is this
if not lower?
[lower, upper] = [0, lower]
If lower
does not exist, how can it be considered to use it as upper value?
(I considered using [0, upper]
, but since upper is after lower
in the arguments, It would have its default value anyway. Number.MAX_VALUE
, may be?)
Metadata
Metadata
Assignees
Labels
No labels