We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8e7c0 commit 43defe1Copy full SHA for 43defe1
chapters/classes_and_objects/cloning.md
@@ -42,6 +42,7 @@ The difference between copying an object through assignment and through this clo
42
* repeating these steps for all sub-objects by calling the clone-function recursively.
43
44
Example of an assignment copy:
45
+
46
{% highlight coffeescript %}
47
x =
48
foo: 'bar'
0 commit comments