Created
October 26, 2014 03:57
-
-
Save fisherds/6f8015ea5ee30ac4355e to your computer and use it in GitHub Desktop.
Here are the two JavaScript files we need to load from html
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
| <!-- DONE: Add jQuery CDN script --> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
| <!-- DONE: Add js/coffee.js script --> | |
| <script type="text/javascript" src="js/coffee.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment