Daryl
Member since Nov 13, 2015
- Profile: /members/12917-daryl.htm
- URL: http://darylwiest.blogspot.com
- Comments: 1
Recent Blog Comments By Daryl
-
Var For Life - Why Let And Const Don't Interest Me In JavaScript
Posted on Nov 13, 2015 at 5:15 AM
I really like the idea of using const to enforce immutability. I also wonder if the inclusion of let and const is a more performant way to enable some consistent behavior at the JS level for some languages which transpile to JavaScript. I could see functional languages like elm making good use of ... read more »