We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20ccc2 commit 805fddbCopy full SHA for 805fddb
1 file changed
dom-and-events/studio/scripts.js
@@ -21,6 +21,8 @@ land.addEventListener('click', event => {
21
22
if(response){
23
flightStatus.innerHTML = "The shuttle has landed.";
24
+ shuttleBackground.style.backgroundColor = "green";
25
+ spaceShuttleHeight.innerHTML = 0;
26
}
27
})
28
0 commit comments