You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See jashkenas/coffeescript#2562, to take just one example. CoffeeScript 2 can assume that browsers have indexOf, includes and other modern prototype methods. We can streamline our output by using them.
See jashkenas/coffeescript#2562, to take just one example. CoffeeScript 2 can assume that browsers have
indexOf,includesand other modern prototype methods. We can streamline our output by using them.