pull/577/merge
Krishan 3 years ago committed by GitHub
commit ab31bb4ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -205,7 +205,7 @@ The above snippet of code cleared all the child elements.
### Exercises: Level 1
1. Create a div container on HTML document and create 100 to 100 numbers dynamically and append to the container div.
1. Create a div container on HTML document and create 0 to 101 numbers dynamically and append to the container div.
- Even numbers background is green
- Odd numbers background is yellow
- Prime numbers background is red
@ -228,4 +228,4 @@ Check the requirement of this project from both images(jpg and gif). All the dat
🎉 CONGRATULATIONS ! 🎉
[<< Day 21](../21_Day_DOM/21_day_dom.md) | [Day 23 >>](../23_Day_Event_listeners/23_day_event_listeners.md)
[<< Day 21](../21_Day_DOM/21_day_dom.md) | [Day 23 >>](../23_Day_Event_listeners/23_day_event_listeners.md)

Loading…
Cancel
Save