Google News
logo
CoffeeScript - Interview Questions
How Clone Function is useful in CoffeeScript?
Clone function is useful in creating completly new object by :

* Creating a new object as the source object.
* Copying all attributes from the source object to the new object.
Advertisement