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

Task #185 - Check its fields

Implement the function isKeyPresent which checks if the object has a certain field 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 #186 - Get object keys

Implement the function getObjectKeys. It should return an array of strings that represent all keys of the object 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 #187 - Are objects identical?

Implement the function isIdentical in helper.js It should take two objects and return a boolean value that tells if the fields of the objects are the same. Objects will only have plain fields (strings, numbers or booleans)...

August 15, 2020 · 1 min · Coderslang Master

Task #2021 - Go for it!

Change the text of the <h1> header. It should become In 3 months I will become a JS developer! 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 #2023 - London, London, London

Each article should have a heading Add level 2 heading to the article about London This heading should contain further text: ‘London is the capital of Great Britain’ This task is part of the Full-Stack JavaScript Course...

August 15, 2020 · 1 min · Coderslang Master

Task #2024 - Let me introduce myself

Time to get to know you better. Add one more paragraph where you can tell a little about yourself Add lever 3 header with your name at the beginning Feel free to add any text you like...

August 15, 2020 · 1 min · Coderslang Master

Task #2025 - Time to revise

In the file index.html you will find some material to revise. You need to improve the readability of the text a little. Add a horizontal separator line after each paragraph except the last one...

August 15, 2020 · 1 min · Coderslang Master

Task #2031 - Emphasis on text #1

Make all text in index.html bold using the <b> tag Don’t change the content 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 #2032 - Emphasis on text #2

Make all text in index.html italic Don’t change the content 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 #2033 - Emphasis on text #3

Make all text in index.html both italic and bold using the tags <i> and <b> Don’t change the content 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