What do you need to write instead of each ... to use the goBack function in main.js?
Type words separated by a space.
// library.js
... function goBack() {}
// main.js
import { ... } from './library.js';
goBack();What do you need to write instead of each ... to use the goBack function in main.js?
Type words separated by a space.
// library.js
... function goBack() {}
// main.js
import { ... } from './library.js';
goBack();Create a free account to access the full topic