Plugins External Packages Vue Plugins ES6 plugins Inject in \$root & context Client or server side only Name conventional plugin Object syntax Using process flags Plugi...
Trailing commas in function parameter and argument lists Example Trailing commas in function parameter and argument lists Trailing comma in function parameter and argument lis...
6. Octal and Binary Literals ES6 has new support for octal and binary literals.Prependending a number with 0o or 0O would convert it into octal value. Have a look at the follow...