Skip to content
Advertisement

Tag: ecmascript-2016

How to simplify object

I have an issue here where the code is quite heavy and quite hard to read imo. I’ve simplified the code as much as I can but I was wandering if there’s a way to simplify this code even further? Or maybe if there is any better terminology i could use for the comments? Any help is much appreciated, Thanks

ES7, ES8, ES9, ES10, ES11 Browser support

Regarding compatibility between ECMAScript specification and actual implementation; It is fairly easy to check out the data about browser support for ECMAScript2015 (ES6), but I found it pretty difficult to have an equivalently clear table for all the following ES versions (ES7+). By the time this question is asked: Mozilla has some info on their website: it is possible to

Advertisement