InterviewSolution
Saved Bookmarks
| 1. |
Explain Class Methods In Coffeescript? |
|
Answer» In CoffeeScript, CLASS OBJECTS are STORED in object itself rather than on the object prototype. It saves MEMORY and gives a central location to STORE class-level values. In CoffeeScript, class objects are stored in object itself rather than on the object prototype. It saves memory and gives a central location to store class-level values. |
|