Create a script tag that adds jQuery to an HTML page with the following src
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js
Today's exercise will teach you how to actually deploy your work to a hosting provider, so that you can show it to the world!
There are two providers we'll use, you can pick.
If you're comfortable with the command line, pick Surge. Otherwise, you can host files with Dropbox and Paperplane.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Carroll, Lewis:Through the Looking-Glass | |
Shakespeare, William:Hamlet | |
Bartlett, John:Familiar Quotations | |
Mill, John Stuart:On Nature | |
London, Jack:John Barleycorn | |
Bunyan, John:Pilgrim's Progress, The | |
Defoe, Daniel:Robinson Crusoe | |
Mill, John Stuart:System of Logic, A | |
Milton, John:Paradise Lost | |
Johnson, Samuel:Lives of the Poets |
- Write comments to notate and organize your code
- Name all primitive data types in JavaScript.
- Explain what a variable is.
- Explain the difference between a value and an expression
- Explain the difference between =, ==, and === in JavaScript.
- Explain what type conversion is.
- Name all the "falsey" values in JavaScript.
- Explain what a version control system is.
- Explain why a version control system is important.
- Explain what Git is.
- Initialize a Git repository.
- Add and commit changes to a Git repository.
- Explain what GitHub is.
- Push commits from a local repository to a remote repository.