Browser Compatibility and Transpilation
Learn about browser compatibility and JavaScript ES6+ to ES5 transpilation.
StartKey Concepts
Review core concepts you need to learn to master this subject
Running scripts with npm
Babel Package Installation
ES5 & ES6 Compatibility
Installing Development JavaScript Packages
ES6 JavaScript backwards compatibility
Babel configuration file
Babel build process
Installing JavaScript Packages
Running scripts with npm
Running scripts with npm
Command line shortcuts can be defined in a package.json file in a “scripts” object. This is used to combine multiple command line instructions in one command. These shortcuts can be executed from the terminal with the npm run
command. For example, a script command named "build"
can be executed with npm run build
.
What you'll create
Portfolio projects that showcase your new skills
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory