Improving your JavaScript Game

  • Most JavaScript projects these days have a "build process"
  • Lets you use the newest JavaScript syntax and still have it run on many browsers
  • Shrink the size of your final JavaScript file by only including what you need
  • Write better code using imports
  • Use libraries that re-implement functionality from newer browsers into older ones

6 / 10