Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
JavaScript: The Language
Apr 23, 2011 at 6:21 PMOverall, a good presentation, but I think the description of prototypes could have been clearer. The diagram of the prototype chain implied that an object could inherit from multiple prototypes, which is not correct. Luke didn't different between the inheritance prototype of an object and the creational prototype used by a constructor function when it creates a new object. Not doing that caused confusion and made the diagram look like there was multiple inheritance going on.
Otherwise, very good.
Writing Maintainable JavaScript
Apr 23, 2011 at 6:16 PMA very useful, practical presentation.