Quantcast
Channel: Uncategorized
Viewing all articles
Browse latest Browse all 8

ES6 IFFE paren placement

$
0
0

R. Mark Volkmann wrote:

Not specifically an ES6 question, but is there a reason why it seems most people prefer this:

(() => {
...
}());

over this:

(() => {
...
})();

Posts: 6

Participants: 5

Read full topic


Viewing all articles
Browse latest Browse all 8

Trending Articles