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 ### 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 - Even numbers background is green
- Odd numbers background is yellow - Odd numbers background is yellow
- Prime numbers background is red - Prime numbers background is red

Loading…
Cancel
Save