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.
2 parents d4f52aa + a5382ed commit 67e43b6Copy full SHA for 67e43b6
index.html
@@ -1911,7 +1911,7 @@ <h2 id="utility">Utility Functions</h2>
1911
<i>Note: this example uses the <a href="#oop">object-oriented syntax</a></i>.
1912
</p>
1913
<pre>
1914
-_(3).times(function(n){ genie.grantWishNumber(n); });</pre>
+_.times(3, function(n){ genie.grantWishNumber(n); });</pre>
1915
1916
<p id="random">
1917
<b class="header">random</b><code>_.random(min, max)</code>
0 commit comments