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
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