Javascript and JQuery March 2008

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    1 Favorite

    Javascript and JQuery March 2008 - Presentation Transcript

    1. JavaScript and jQuery John Resig - March 2008 ACM Northeastern University
    2. JavaScript Language ✦ Basics ✦ Functions ✦ Function Prototypes ✦ Closures
    3. The Basics ✦ Most akin to most other major languages ✦ Looping: for ( var i = 0; i < 10; i++ ) {} // array for ( var i in obj ) // obj property/value while ( true ) {} ✦ Statements: if ( true ) {}
    4. Variable Declaration ✦ Variable declaration: var foo = “bar”; ✦ Variables are scoped to the function, not to the block ✦ function test(){ for ( var i = 0; i < 10; i++ ) {} return i; } test() == 10

    + RossC0RossC0, 2 years ago

    custom

    1755 views, 1 favs, 2 embeds more stats

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 1755
      • 1738 on SlideShare
      • 17 from embeds
    • Comments 0
    • Favorites 1
    • Downloads 84
    Most viewed embeds
    • 16 views on http://agileweb.org
    • 1 views on http://agileweb.tumblr.com

    more

    All embeds
    • 16 views on http://agileweb.org
    • 1 views on http://agileweb.tumblr.com

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories