#JavaScript and jQuery Review
Let's review JavaScript and jQuery.
##Getting Started
- Fork and clone this repository
- Run
npm install
to install dependenciesnpm start
- start the BrowserSync servernpm run lint:css
- lint CSSnpm run lint:js
- lint JS
##Requirements
-
Inside the
/js/getting-functional
directory, go through each file and write a solution for each problem. Usenode
to run the file and test your functions. -
Open
index.html
by runningnpm start
. This file links to four different exercises that require the use of jQuery. Complete each one by editing the files in/js/using-jquery
- Each of the HTML files contains instructions.
- All problems can be solved by editing the
.js
files in the/js/using-jquery
folder. - You do not need to edit the stylesheets or HTML to solve any of these problems, but if you want to get creative after you solve the original problems, feel free. However, be aware that all pages use the same CSS, so any modifications will be reflected on all pages and could have unforeseen consequences.
- When in doubt use the jQuery Documentation.
- All content is licensed under a CC-BY-NC-SA 4.0 license.
- All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.