Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keathley/intro-to-javascript
Notes for the introduction to Javascript class
https://github.com/keathley/intro-to-javascript
Last synced: 29 days ago
JSON representation
Notes for the introduction to Javascript class
- Host: GitHub
- URL: https://github.com/keathley/intro-to-javascript
- Owner: keathley
- Created: 2014-06-07T04:20:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-07T14:03:28.000Z (over 10 years ago)
- Last Synced: 2024-11-02T03:22:39.743Z (3 months ago)
- Language: JavaScript
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to Javascript
Notes for an introduction to javascript class.
## Agenda
* -- Introductions --
* What is javascript
* Chrome console
* Variables (integers and strings and booleans) - alert all the thigns
* Expressions (simple operations)
* -- Move everything from the console to a page --
* Start drawing on the page
* Loops (drawing)
* Conditionals
* Functions
* -- Stuff if we have time --
* jQuery and changing things on the page
* Functions as values
* Objects