Yahoo’s Douglas Crockford some time ago gave an interesting introductory talk about probably the most misunderstood (and most used) programming language in the world: JavaScript. Videos and PowerPoint slides [ZIP] are available and worth a look (you can also download the video series). You’ll learn about the history of JavaScript and how the language got its misnomer name, the difference between null and undefined, how { } don’t have scope unless it’s a function, why to avoid with, how to set-up objects, when to use == and when === (and != and !== respectively), turning something into a boolean via !!, and more. In his talk, Crockford as best JavaScript book suggests O’Reilly’s JavaScript: The Defintive Guide (disclosure: I’m working with O’Reilly). Another talk by Crockford introduces the HTML Document Object Model, with more slides [ZIP] available. [Via Chris Whetherell/ Steve Jenson.]
[By Philipp Lenssen | Origin: JavaScript Talk (Video) | Comments]
[Advertisement] Need a dream team? Look no further than ACS! [Advertise here]
-
Related Articles:
- Google Talk for iPhone
... - Google Talk for iPhone
... - Google Talk for iPhone
... - PageRank Checker Bookmarklet
... - PageRank Checker Bookmarklet
... - Google Talk Web Version Improvements
...
Comments (No comments)
Post a comment