From afc716f69b9a5c919921f2a45be86750bc2b69ad Mon Sep 17 00:00:00 2001 From: Rohit Kumar Date: Thu, 6 Nov 2025 15:26:24 +0530 Subject: [PATCH] Added comment with my name (Rohit Kumar) in random files --- 01-color-flipper/final/app.js | 2 ++ 02-counter/final/app.js | 2 ++ README.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/01-color-flipper/final/app.js b/01-color-flipper/final/app.js index ddb19d65..9e9cc35a 100644 --- a/01-color-flipper/final/app.js +++ b/01-color-flipper/final/app.js @@ -13,3 +13,5 @@ btn.addEventListener("click", function () { function getRandomNumber() { return Math.floor(Math.random() * colors.length); } + +//Edited by Rohit \ No newline at end of file diff --git a/02-counter/final/app.js b/02-counter/final/app.js index f3482794..c421da0d 100644 --- a/02-counter/final/app.js +++ b/02-counter/final/app.js @@ -27,3 +27,5 @@ btns.forEach(function (btn) { value.textContent = count; }); }); + +//Edited by Rohit \ No newline at end of file diff --git a/README.md b/README.md index 61f6c7d2..3f50ad4c 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,5 @@ Find the Content Useful? [You can always buy me a coffee](https://www.buymeacoff 27. Pagination 28. Wikipedia 29. Comfy Sloth + +// Edited by Rohit Kumar