- 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 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
- Using variables, change the text in the span to be the name of an artist when the background changes.
Check out the solution branch!