Hi, How would this:
(Function () {
// ...
})();
now look like with arrow functions?
(()=>{
// ...
})();
What can be left out, if anything?
Thank you,
--
( Jorge )();
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

