Skip to content

Commit

Permalink
Fix typos in bulb.js and strangerThings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAnAverageGuy committed Apr 10, 2023
1 parent fa99ac8 commit 0192af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bulb.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ function bulb_on() {}

/*
TODO:
Set the "bulb" element's Image src to be the image specified by BULB_ON_URL
Set the "bulb" element's Image src to be the image specified by BULB_OFF_URL
*/
function bulb_off() {}
2 changes: 1 addition & 1 deletion src/strangerThings.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ async function illuminateLight(index) {
const message = getCharacters();

/*
TODO: Can the setCSS function asynchronously for each character present in the message array
TODO: Call the setCSS function asynchronously for each character present in the message array
*/
}

0 comments on commit 0192af1

Please sign in to comment.