play link twitter github

dsmJS

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

June 10, 2014

6:00 - 7:30 pm @ The IMT Group 4445 Corporate Dr, West Des Moines, IA 50266

JavaScript Prototypes

Matthew J. Morrison @mattjmorrison

Have you ever come across JavaScript source that contained some weird thing called prototype? Did you think “Oh crap, I’m in too deep!” and just move onto something else? Prototypes in JavaScript are quite a bit different than most other popular languages. I will talk about what it is and demonstrate how to use it.

Testing async node functions with mocha and jasmine 2.0

Toran Billups @toranb

Unit testing synchronous code in javascript is fairly straight forward, but what about async functions? Join me for a live coding session where I test drive a simple gulp task using mocha! I’ll also show how to test basic async behavior with the latest jasmine framework.