play link twitter github

dsmJS

dsmJS
Shift Interactive
RSVP for a Zoom invite at Your Place, IA
Second Tuesday every month

July 11, 2013

6:00 - 7:30 pm @ DMACC West Campus 5959 Grand Ave, West Des Moines, IA 50266

What is "this"

Matthew J. Morrison @mattjmorrison

Part of JavaScript’s charm and elegance stems from the fact that it works quite a bit differently than most other languages. The “this” keyword is one of the parts of JavaScript that seems to behave perhaps a bit differently than what might be expected. In addition to the “this” keyword, I will discuss execution contexts, the “new” operator, the call, apply and bind functions, and strict mode.

Writing tests for javascript with QUnit/Sinon and Karma

Toran Billups @toranb

So you want to write a single page app with your javascript framework of choice, but how do you test these rich web applications? Join me for a discussion about my frontend testing journey and a hands on demo of QUnit/Sinon and the Karma test runner. Some basic understanding of unit testing is recommended but not required.