Import and export

Report a typo

Place the lines of code in the correct order of using modules.

Put the items in the correct order
export function createSpacecraft() { }
import { createSpacecraft } from './lib.js';
createSpacecraft();
___

Create a free account to access the full topic