From 242429685a5734342c037229e663b9b7f4278058 Mon Sep 17 00:00:00 2001 From: JacksonHagood Date: Thu, 9 May 2019 12:01:16 -0500 Subject: [PATCH] Update miscellaneous.html --- miscellaneous.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: