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

Task #91 - Finish refactoring

Somebody has started the refactoring of code structure, but hasn’t finished it. Check what’s wrong and make necessary changes to solution.js. Don’t move any files or folders. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 · 1 min · Coderslang Master

Task #92 - Readline-sync

The code is broken. You need to install the module readline-sync and import it. Only one import string should be added to helper.js. Don’t change solution.js. P.S. This is an advanced task....

August 15, 2020 · 1 min · Coderslang Master

Task #93 - Hello, Green World!

Install the module chalk and make sure that the message is logged in green For the documentation details visit https://www.npmjs.com/package/chalk P.S. This is an advanced task. Feel free to skip it....

August 15, 2020 · 1 min · Coderslang Master

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