Files
coffeescript/documentation/js/conditionals.js
2016-10-01 20:58:53 +02:00

16 lines
204 B
JavaScript

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