News

The style guide recommends using arrow functions for anonymous functions (Section 8.1). While I agree with this recommendation, I think it would be helpful to add more examples showing when ...
Function PDX, the Northwest 23rd Avenue beer events space, has announced its monthly lineup for the next year, kicking it off this week with Bow & Arrow Brewing of Albuquerque, New Mexico. Plus ...
Arrow Functions. Arrow functions were introduced in ECMAScript 6 or ES6, and they are a shorthand syntax for writing functions. They have a shorter syntax and provide a more concise way of writing ...
Learn about 10 Text functions in Excel with examples, including Find, Len, Left, Right, Mid, Substitute, Upper, Trim, Concatenate, and Text.
The whole point of having a polyfill being to extend support to old browsers, it would be preferible to avoid "modern" syntax/features in the polyfill itself. Arrow function (ES6) are not supported by ...