Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterTaha authored Nov 2, 2024
1 parent 64162c6 commit 2ef2751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function random() {

// Junior map
clearChildren(objectAreas.junior);
randomColorArray(["blue", "green", "red"], 2).forEach(color => {
randomColorArray(["blue", "black", "black"], 2).forEach(color => {
const img = createImageElement(`./media/${color}.jpg`);
objectAreas.junior.append(img);
});
Expand Down

0 comments on commit 2ef2751

Please sign in to comment.