Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit d92845a

Browse files
Update app.js
1 parent 94e6567 commit d92845a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

87. Shape Clicker Game/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ function addBox() {
4141
box.style.left = randomNumbers(container.width - dim[0]) + "px";
4242
box.style.top = randomNumbers(container.height - dim[1]) + "px";
4343
box.style.borderRadius = randomNumbers(50) + "%";
44+
4445
}

0 commit comments

Comments
 (0)