Files
coffeescript/documentation/js/conditionals.js
2014-01-29 23:21:44 -06:00

16 lines
203 B
JavaScript

// Generated by CoffeeScript 1.7.1
var date, mood;
if (singing) {
mood = greatlyImproved;
}
if (happy && knowsIt) {
clapsHands();
chaChaCha();
} else {
showIt();
}
date = friday ? sue : jill;