- A JavaScript-native module standard introduced with ES6 (2015) that enables more code reuse through means of
export
andimport
statements. ES Modules make for one of several module formats, others being CommonJS, Asynchronous Module Definition (AMD), and Universal Module Definition (UMD).