Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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