mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
updating docs -- need to get back on the computer that has the syntax highlighter for UV installed
This commit is contained in:
parent
b1fa06ff70
commit
7f76c22894
6 changed files with 117 additions and 117 deletions
|
@ -1,6 +1,6 @@
|
|||
(function(){
|
||||
var eldest, grade;
|
||||
grade = function(student) {
|
||||
grade = function grade(student) {
|
||||
if (student.excellent_work) {
|
||||
return "A+";
|
||||
} else if (student.okay_stuff) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue