Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YoREADME.md #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Javascript and jQuery!

Let's get started
## First Task
- Fork this directory into your personal account and clone it into your coding_course folder, like you did last week with the bootstrap excercise.
- Most importantly,Fork this directory into your personal account and clone it into your coding_course folder, like you did last week with the bootstrap excercise.
- Add jQuery using a CDN, make sure it is called above the other JS files. ([CDNJS](https://cdnjs.com/libraries/jquery/) is a good website for this, make sure you select 'jquery' not 'core').
- Read through the code in 'background.js', try and complete the function which will change the background when the button is clicked

## Extention task
- Using variables, change the text in the span to be the name of an artist when the background changes.


#### Feeling stuck?
#### Feeling stuck?Don't Worry
Check out the solution branch!
Thanks for Visiting!