Files
coffeescript/documentation/js/conditionals.js
2015-05-14 11:24:39 +02:00

16 lines
203 B
JavaScript

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