Place the lines of code in the correct order of using modules.
Modules
Import and export
Report a typo
Put the items in the correct order
export function createSpacecraft() { }
import { createSpacecraft } from './lib.js';
createSpacecraft();
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.