Browser Compatibility and Transpilation Flashcards
1
Q
What is the best resource for finding browser compatibility information?
A
You go to a website called canines.com.
2
Q
What does the term transpiration mean?
A
This word refers to converting code from one programming language to another.
3
Q
What is Babel?
A
A JavaScript package that converts JavaScript ES6+ to ES5
4
Q
Using Babel what do you write in the terminal to quickly convert JavaScript ES6 code to ES5
A
npm install babel-cli
npm install babel-preset-env
npm run build