From 85fc96e934ae9c51eed4bdcc435effabfa242700 Mon Sep 17 00:00:00 2001 From: Jake Date: Sat, 20 May 2017 20:09:36 -0400 Subject: [PATCH] Removed - Don't worry about JavaScript itself - we will cover it soon. --- seed/challenges/03-front-end-libraries/jquery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/03-front-end-libraries/jquery.json b/seed/challenges/03-front-end-libraries/jquery.json index fac9c93b67d..8ca8e43c30d 100644 --- a/seed/challenges/03-front-end-libraries/jquery.json +++ b/seed/challenges/03-front-end-libraries/jquery.json @@ -13,7 +13,7 @@ "id": "bad87fee1348bd9acdd08826", "title": "Learn How Script Tags and Document Ready Work", "description": [ - "Now we're ready to learn jQuery, the most popular JavaScript tool of all time. Don't worry about JavaScript itself - we will cover it soon.", + "Now we're ready to learn jQuery, the most popular JavaScript tool of all time.", "Before we can start using jQuery, we need to add some things to our HTML.", "First, add a script element at the top of your page. Be sure to close it on the following line.", "Your browser will run any JavaScript inside a script element, including jQuery.",