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