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 a90ec04 commit 6a319f9Copy full SHA for 6a319f9
chapters/arrays/max-array-value.textile
@@ -10,7 +10,7 @@ You need to find the largest value contained in an array.
10
11
h2. Solution
12
13
-In ECMAScript 5, use <tt>Array.reduce</tt>. In older javascripts, use Math.max over a list comprehension:
+In ECMAScript 5, use <tt>Array#reduce</tt>. In older javascripts, use Math.max over a list comprehension:
14
15
{% highlight coffeescript %}
16
# ECMAScript 5
0 commit comments