From d6c7352c5548a8368cc4cdad745dffb0e03a92a4 Mon Sep 17 00:00:00 2001 From: Bishal091 <72182666+Bishal091@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:57:00 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31a9728..f53ba09 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # 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 @@ -9,5 +10,6 @@ - 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!