-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added exercise README.md and gitignore
- Loading branch information
1 parent
5df71fe
commit eda286d
Showing
3 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
__pycache__ | ||
.venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Javascript DOM Exercises | ||
|
||
## Exercise 1 | ||
For this exercise only change **ex1.js**. Use javascript to change the following things on the html page | ||
|
||
- Add your name in the h2 element with id #name | ||
- Make the text bigger and green | ||
- Change the img src to show a photo of a cat | ||
- Change the style of all of the squares so that they appear on the page | ||
|
||
## Exercise 2 | ||
For this exercise alter both **ex2.js** and **ex2.html** so that when button(x) is pressed it will fill in the center box with the corresponding html. | ||
|
||
## Exercise 3 | ||
Complete the fetch code in **ex3.js**. Write the friendly advice from the API to the given box. | ||
|
||
**Bonus ⭐**: Try using another api! You could also try to use an api that takes an input and combine that with some kind of text input |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters