InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Variables In Coffeescript And Javascript? |
|
Answer» You have to add semicolon at the END of statements to EXECUTE variables in JavaScript while in CoffeeScript there is no need to add Semi-colon at the end of the STATEMENT. You have to add semicolon at the end of statements to execute variables in JavaScript while in CoffeeScript there is no need to add Semi-colon at the end of the statement. |
|