We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9df33 commit 1d4c372Copy full SHA for 1d4c372
chapters/math/random-integer.md
@@ -25,6 +25,7 @@ randomInt = (lower, upper=0) ->
25
26
(randomInt(1, 10) for i in [0...10])
27
# => [7,3,9,1,8,5,4,10,10,8]
28
+{% endhighlight %}
29
30
## Discussion
31
0 commit comments