You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

21m 52s logged

New Feature Update
We have added a new boss to the game to increase the challenge and cover more JavaScript concepts.

Syntax Sorcerer
The Syntax Sorcerer is the third boss you will face. This boss has 150 Health Points and tests your knowledge of more advanced JavaScript syntax.

Tasks included for this boss:

Arrow Functions: You must write an arrow function that returns a specific value. This helps practice modern function syntax.
Error Handling: You are required to write a try-catch block. This is essential for managing errors in real applications.
Spread Operator: You need to use the spread operator on an array. This tests your understanding of array manipulation.
DOM Demon
The DOM Demon is the fourth and final boss. This boss has 200 Health Points and tests your ability to interact with the Document Object Model (DOM).

Tasks included for this boss:

Selecting Elements: You must use methods like getElementById.
Creating Elements: You need to create new HTML elements dynamically using createElement.
Modifying Classes: You are required to manipulate an element’s classList.
Event Listeners: You need to attach event listeners to elements to make them interactive.
Combo System
We introduced a Combo System to reward accurate coding.

How it works: If you complete a task correctly on your very first try, your combo increases.
Visuals: Your current combo is displayed at the top of the game interface during a run.
Reset: If you make a mistake and get the answer wrong, your combo resets to zero.
These additions make the game longer, provide a better learning curve, and add a layer of challenge for skilled players who want to maintain a high combo.

0
2

Comments 0

No comments yet. Be the first!