Task #94 - Fix export
Fix the code by fixing the issues with constants in the file constants.js You should see messages Hey there! and See you! logged to the screen. This task is part of the Full-Stack JavaScript Course...
Fix the code by fixing the issues with constants in the file constants.js You should see messages Hey there! and See you! logged to the screen. This task is part of the Full-Stack JavaScript Course...
Something is wrong with exports… Again… Fix the constants.js and make sure that the message is printed out correctly This task is part of the Full-Stack JavaScript Course If you have any issues with it, you can ask for community help below the post...
You need to do a couple of things in this task: create the file constants.js export the constant hello which should be the string Hello, export world! from it import it into solution....