The functionality of Template String and Arrow Function are excellent for facilitating some operations in JavaScript. However, it seems that not all browsers still support it.
In many cases of lack of support of new functions, such as Object.assign
, it is possible to make a Polyfill.
But what about Template String and Arrow Function? Would it be possible to do some Polyfill ?
I wonder why this is related to Language Syntax.
Would there be any way to use these two great features in versions of browsers that are not yet supported?