hemanth / functional-programming-jargon

Jargon from the functional programming world in simple terms!
http://git.io/fp-jargons
MIT License
18.59k stars 1.02k forks source link

Update the code snippet of purity #99

Closed thinkininfinity closed 8 years ago

thinkininfinity commented 8 years ago

a). Initialization is a essential operation in const declaration, so const greeting; return compile error here b). let is more accurate to express mutable state

jethrolarson commented 8 years ago

:shipit: