mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
rebuilt the site with some IE fixes.
This commit is contained in:
parent
3c848736a7
commit
e3ec325619
7 changed files with 55 additions and 83 deletions
|
@ -11,8 +11,7 @@ num = 6;
|
|||
lyrics = (function() {
|
||||
_result = [];
|
||||
while (num -= 1) {
|
||||
_result.push(num + " little monkeys, jumping on the bed.\
|
||||
One fell out and bumped his head.");
|
||||
_result.push(num + " little monkeys, jumping on the bed. One fell out and bumped his head.");
|
||||
}
|
||||
return _result;
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue