Welcome to Modern-js-application JavaScript.
- be able to organize your code with multiple functions
- be able to organize your code in multiple files
- be able to use a package manager to import third-party libraries in your code
- be able to use linters and formatters to make your code cleaner and more bug-free
- be able to optimize your code to be shipped to a browser faster
- Refactor
- JavaScript Modules : "ES6 Modules" and the "ES6 import/export syntax"
- Modules and the Browser, so Bundler & Package Manager : _Don't know which bundler to pick?
Webpack.js is the most popular, but not always easy to configure;
Parcel.js is the simplest to get started with._
- Linters and Formatters : inter for JavaScript is ESLint