Files
coffeescript/documentation/sections/comparisons.md
Geoffrey Booth 0da9d711c5 Fix broken links, update redirected links (#4505)
* Fix broken links, update redirected links

* A few more fixed links

* Update v2 docs
2017-04-17 19:43:10 -07:00

251 B

Chained Comparisons

CoffeeScript borrows chained comparisons from Python — making it easy to test if a value falls within a certain range.

codeFor('comparisons', 'healthy')