es6-modules Flashcards

1
Q

How are ES Modules different from CommonJS modules?

A

ES6 has named exports and default exports,

commonJS uses module.exports and require whereas ES6 uses import and export

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

What kind of modules can Webpack support?

A

EMS, AMD, and CommonJS

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