CoffeeScript
04 Mar 2011
 

Непредсказуемый результат

 
 
1
2
3
4
5
6
a = true ? 'foo': 'bar'
b = if(true)
'foo'
else
'bar'