I need help to resolve the last task on this contant.js moduleexport const hello = 'Hello,export World!';
module
solution.js console.log(hello); // Hello, export world! import {hello} from './constants.js';
tosman
Please format your post appropriately, so that it's readable.
It looks like there's no space after the comma in your code here: Hello,export World!
Hello,export World!
Coderslang_Master Thanks it has to do with space.Resolved