Removed - Don't worry about JavaScript itself - we will cover it soon.

pull/14970/head
Jake 2017-05-20 20:09:36 -04:00
parent f6b2326eb6
commit 85fc96e934
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"id": "bad87fee1348bd9acdd08826", "id": "bad87fee1348bd9acdd08826",
"title": "Learn How Script Tags and Document Ready Work", "title": "Learn How Script Tags and Document Ready Work",
"description": [ "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.", "Before we can start using jQuery, we need to add some things to our HTML.",
"First, add a <code>script</code> element at the top of your page. Be sure to close it on the following line.", "First, add a <code>script</code> element at the top of your page. Be sure to close it on the following line.",
"Your browser will run any JavaScript inside a <code>script</code> element, including jQuery.", "Your browser will run any JavaScript inside a <code>script</code> element, including jQuery.",