IntelliJ IDEA Syntax Error “Expression Expected” on Arrow Function
Recently I came upon an “Expression Expected” error reported by IntelliJ IDEA’s code analysis on an arrow function. It took me a while to figure out that the issue is related to JavaScript language version support for ECMAScript. Anyhow, the following explains how easy is to resolve the issue. [Read more…]