Blog posts with tag "typescript"

Using the this keyword with Typescript and a jQuery function

November 23, 2013

When you write Typescript, you’re forced by the compiler to use the “this” keyword when you want to access member variables or methods. If…