mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
added yes, no, on and off as boolean aliases and a nice aliases section to the docs
This commit is contained in:
parent
a4d014549b
commit
64879cdc66
10 changed files with 95 additions and 63 deletions
|
@ -1,8 +1,5 @@
|
|||
(function(){
|
||||
var js = function() {
|
||||
return alert("Hello JavaScript");
|
||||
};
|
||||
if (10 > 9) {
|
||||
js();
|
||||
}
|
||||
var hi = function() {
|
||||
return [document.title, "Hello JavaScript"].join(": ");
|
||||
};
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue