Upgrade to Pro — share decks privately, control downloads, hide ads and more …

.NET developer in JavaScript world

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.

.NET developer in JavaScript world

Lightning talk I gave in #OdessaJS conference

Avatar for Alexander Beletsky

Alexander Beletsky

April 14, 2013
Tweet

More Decks by Alexander Beletsky

Other Decks in Programming

Transcript

  1. … JS is dynamic var obj = { foo: function

    () { } }; obj.boo = function (param) { };