Geeks

softvar/es6-best-practices

  • es6-best-practices GitHub
  • MarkdownReadme
  • 0Issues
  • 2Stargazers
  • 3Watchers

ES6 Best Practices

  1. Use const always when you do not want to change the type of a variable.
  • https://mathiasbynens.be/notes/es6-const
  1. To export class use, export default ClassName.

Share to

Contact site admin: Geeks.