🚀 CYBER WEEK SALE: 50% OFF on JavaScript Fundamentals 💪

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...

August 15, 2020 Â· 1 min Â· Coderslang Master

Task #95 - Fix export (2)

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...

August 15, 2020 Â· 1 min Â· Coderslang Master

Task #96 - Hello, export world!

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....

August 15, 2020 Â· 1 min Â· Coderslang Master