Create a menu

Report a typo

Let’s assume you have a file 'menu.js':

export function getMenuItem() {
  // ...
}

export function getMainMenu() {
  // ...
}

export function getAdditionalMenu() {
  // ...
}

Select the incorrect way of importing functions from 'menu.js' to 'main.js'.

Select one option from the list
___

Create a free account to access the full topic