馃殌 CYBER WEEK SALE: 50% OFF on JavaScript Fundamentals 馃挭

Task #83 - Here comes the camel

A lot of times we need to fix the code styling in legacy projects. Apply necessary changes and make sure all the variables names are written in camelCase. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 路 1 min 路 Coderslang Master

Task #84 - Let's fix the errors!

Someone has crashed the code by initialising numbers as strings. Fix the initialization of variables x and y to make sure the number 4 is logged to the console. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 路 1 min 路 Coderslang Master

Task #85 - Just a single character

This task might contain some unfamiliar things. Don鈥檛 stress it. You need to fix one character to make sure that myMessage is printed out to the console in UPPERCASE letters....

August 15, 2020 路 1 min 路 Coderslang Master

Task #86 - First constants

Find variables that were never changed after the initialization. Make them constants. 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 #87 - Create constants

Create 5 constants in the file solution.js. Choose any names you like. 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 #90 - Import constants

Import constants from the file constants.js and log them to the console using console.log Each console.log should print a different constant to the screen This task is part of the Full-Stack JavaScript Course...

August 15, 2020 路 1 min 路 Coderslang Master

Task #91 - Finish refactoring

Somebody has started the refactoring of code structure, but hasn鈥檛 finished it. Check what鈥檚 wrong and make necessary changes to solution.js. Don鈥檛 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鈥檛 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