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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the term transpiration mean?

A

This word refers to converting code from one programming language to another.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Babel?

A

A JavaScript package that converts JavaScript ES6+ to ES5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly