mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
getting ready for a 0.7.0. cleanups and doc revisions, not quite there yet.
This commit is contained in:
parent
08ab4abd43
commit
1f7af35368
52 changed files with 1367 additions and 5688 deletions
|
@ -1,10 +1,10 @@
|
|||
(function(){
|
||||
var eldest, grade;
|
||||
grade = function(student) {
|
||||
if (student.excellent_work) {
|
||||
if (student.excellentWork) {
|
||||
return "A+";
|
||||
} else if (student.okay_stuff) {
|
||||
if (student.tried_hard) {
|
||||
} else if (student.okayStuff) {
|
||||
if (student.triedHard) {
|
||||
return "B";
|
||||
} else {
|
||||
return "B-";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue