Javascript advanced tutorial

1 min read >

Javascript advanced tutorial

Engineering Insights & Enterprise solutions

I prepared a quick Javascript tutorial during the weekend and presented it to my colleagues in Tremend. You can view it better here. Although there are entire presentations or documents dedicated to what may be covered by one single line in this presentation, I tried to summarize some of the Javascript highlights to my colleagues.

Some of the subjects covered were:

  • common mistakes
  • common constructions for a web developer
  • arguments, apply, prototype keywords
  • utility functions with prototype, dojo, ext js, DWR
  • AOP in JS – the simplest way to learn AOP is by using Javascript
  • usage of Javascript in Java