Comlete basic task

This commit is contained in:
Thuan Bui
2025-02-23 11:19:14 +09:00
parent 3b9e36df78
commit bcf7a3d542
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ function getRandomColor() {
color += letters[Math.floor(Math.random() * 16)];
}
return color;
}
}