InterviewSolution
Saved Bookmarks
| 1. |
What Are The Basic Rules To Remember For Coffeescript? |
|
Answer» You must REMEMBER these RULES for CoffeeScript: Whitespace matters: There are no curly braces in CoffeeScript. No PARENTHESES: No need of PARENTHESIS for functions that take ARGUMENTS. You must remember these rules for CoffeeScript: Whitespace matters: There are no curly braces in CoffeeScript. No parentheses: No need of parenthesis for functions that take arguments. |
|