Update miscellaneous.html

This commit is contained in:
JacksonHagood 2019-05-09 12:01:16 -05:00 committed by GitHub
parent e0c3ee27f5
commit 242429685a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@
<div class="item"> <div class="item">
<a name="clone"> <a name="clone">
<h3>.clone()</h3> <h3>.clone()</h3>
<p>The function .clone() will create a copy of an object. The function takes in no parameters.</p> <p>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.</p>
<pre><code>object.clone(); <pre><code>object.clone();
//clones 'object</code></pre> //clones 'object</code></pre>
<h4>See Further:</h4> <h4>See Further:</h4>