#based on
#You Don't Know JS: ES6 & Beyond #es6 compat-table #The Most In-Depth Yet Understandable ES6 Destructuring Tutorial
// different style to run npm script: jest; node build.js; npm run-script ;scripts/install.js
test a single file using Jest: install globally: npm install -g jest-cli jest src/9_Introducing JavaScript Classes/1_class_test.js