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 db17fc3 commit 2a6fdeeCopy full SHA for 2a6fdee
chapters/arrays/creating-a-string-from-an-array.md
@@ -13,7 +13,7 @@ Use JavaScript's Array toString() method:
13
14
{% highlight coffeescript %}
15
["one", "two", "three"].toString()
16
-# => 'three,two,one'
+# => 'one,two,three'
17
{% endhighlight %}
18
19
## Discussion
0 commit comments