diff --git a/miscellaneous.html b/miscellaneous.html index a9feb03..862d54c 100644 --- a/miscellaneous.html +++ b/miscellaneous.html @@ -51,7 +51,7 @@

.clone()

-

The function .clone() will create a copy of an object. The function takes in no parameters.

+

The function .clone() will create a copy of an object. The function takes in no parameters. If the function is used incorrectly, it may clone exponentially.

object.clone();    
 //clones 'object

See Further: