Default Imports

by Jacob King

JavaScript

// app.js
import multiply from './multiply.js';

console.log(multiply(2, 3));  // Output: 6