We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673125e commit d2f4009Copy full SHA for d2f4009
documentation/index.html.erb
@@ -1176,7 +1176,7 @@ Expressions
1176
</li>
1177
<li>
1178
You can now loop over an array backwards, without having to manually
1179
- deal with the indexes.
+ deal with the indexes: <tt>for item in list by -1</tt>
1180
1181
1182
Source locations are now preserved in the CoffeeScript AST, although
index.html
@@ -2346,7 +2346,7 @@ <h2>
2346
2347
2348
2349
2350
2351
2352
0 commit comments