Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 01-color-flipper/final/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ btn.addEventListener("click", function () {
function getRandomNumber() {
return Math.floor(Math.random() * colors.length);
}
// Edited by Amitabh Shukla
1 change: 1 addition & 0 deletions 01-color-flipper/final/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ <h2>background color : <span class="color">#f1f5f8</span></h2>
<script src="app.js"></script>
</body>
</html>
<!-- Edited by Amitabh Shukla -->
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ Find the Content Useful? [You can always buy me a coffee](https://www.buymeacoff
27. Pagination
28. Wikipedia
29. Comfy Sloth
# Edited by Amitabh Shukla