Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Add Daily Challenge for Day 27
Browse files Browse the repository at this point in the history
  • Loading branch information
aqib-m31 committed Sep 20, 2024
1 parent d45a77f commit 40209d0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Daily Challenges/Day_27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### **Day 27: JavaScript in Action**

Welcome to another day of growth and learning! 🚀 Embrace today's challenge with enthusiasm and determination. Remember, every line of code you write brings you one step closer to mastering your craft. Let's make today count! 💪

- **Topics to Learn**:
- Toggling classes with JavaScript.
- Showing and hiding elements dynamically.
- Using `classList` to add and remove classes.
- Working with the `display` and `visibility` properties.
- **Resources**:
- [MDN Web Docs - JavaScript Basics](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks)
- [W3Schools - JavaScript Examples](https://www.w3schools.com/js/js_examples.asp)
- **Mini Project**:
- Create a webpage where clicking a button toggles the visibility of a section and changes its background color.

0 comments on commit 40209d0

Please sign in to comment.