JavaScript | Modern JavaScript ES6 | Question 1

Last Updated :
Discuss
Comments

Which keyword is used to export a function from a module in ES6?

module.exports

export

exports

define

Share your thoughts in the comments