JavaScript from Scratch: Parts One and Two

I’ve put together a series of eight talks which covers the basics of the JavaScript language. Below are the first two which handle most of the introductory material. Next week, I will post two more which cover the event model and writing JavaScript applications. The week following that, will be an overview of the DOM and object-oriented JavaScript. In the last week I will post talks which cover AJAX and JavaScript best practices

This whole series presents a basic set of knowledge that I think any front-end developer should know.

Part One: Getting Your Feet Wet

This talk talks about the four basic building blocks of programming: variables, conditionals, loops and functions.

Part Two: Playing With Data

This talk details the data types available in JavaScript applications. Strings, Numbers, Booleans, Arrays, and Objects are discussed. Functions as values has been omitted until a later talk.

This entry was posted on Saturday, June 7th, 2008 at 11:39 pm and is filed under Code, JavaScript, Talks. You can leave a response, or trackback from your own site.

3 Responses to JavaScript from Scratch: Parts One and Two

web:

On June 8th, 2008 at 2:04 am #

Good points, but make it more generally

Joel Zayas:

On June 13th, 2008 at 12:31 pm #

Just like the good ‘ol days at fullsail. Thanks mike!

JavaScript from Scratch: Parts Three and Four :: Love Mike G.:

On June 29th, 2008 at 10:59 pm #

[...] covering the basics of events and application development in JavaScript. This continues on with the talks I added earlier this [...]

What do you have to say?

Site Stuff

Pages

Projects

Archives

Categories