Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 249 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 249 Bytes

Asteroids-ES6

This project is to gain more experience using ES6. Using Babel to transpile from ES6 to ES5.

ES6 Features Utilized:

-Classes

-Modules

-Arrow functions

-let, const

-Default function parameters

-WeakMaps

-String interpolation