We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aaf8f8 commit 54ceed0Copy full SHA for 54ceed0
lab-files/4-interactive-rebase/html_actuator.1
@@ -158,7 +158,7 @@ export class HTMLActuator {
158
// Update the score
159
HTMLActuator.scoreContainer.textContent = HTMLActuator.score.toString()
160
161
- // If the score has increased, animate the addition
+ // Lab 4: Animate the score update
162
if (difference > 0) {
163
const addition = document.createElement('div')
164
addition.classList.add('score-addition')
0 commit comments