Created
January 14, 2021 06:14
-
-
Save milksense/27f49c67544fa235b35b67cbf00df474 to your computer and use it in GitHub Desktop.
ES6 Capability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const supportsES6=function(){try{return new Function("(a=0)=>a"),!0}catch(n){return!1}}(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment