InterviewSolution
Saved Bookmarks
| 1. |
Is It Possible To Bind Parameters To Properties In Coffeescript? |
|
Answer» Yes, You can BIND parameters to properties in CoffeeScript by using @ shorthand. It can ALSO be USED to define CLASS FUNCTIONS. Yes, You can bind parameters to properties in CoffeeScript by using @ shorthand. It can also be used to define class functions. |
|