
js-bits.blogspot.com
JavaScript BitsMy name is Juan Mendes and I've been doing web development since 1996. I live in the Boston area and I'm currently working at VMware. I love JavaScript and want to share some of the tricks I've learned along the way. Monday, November 3, 2014. Using objects for switch statements. I ran across a post where the author wished switch statements returned a value. Not valid ECMAScript var color = switch(x) { case 1: 'blue' ; break; case 2: 'red' ; break; default : 'green'; };. One of the benefits of this functi...
http://js-bits.blogspot.com/