InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Coffee Script and why it is used? |
|
Answer» It is a small language that compiles into JavaScript. In this programs is written with less code and in more HUMAN readable forms. The golden rule of COFFEESCRIPT “It is just JavaScript”
|
|