mirror of
https://github.com/CodeNinjasAstoria/CodeNinjasGDPFunctions.git
synced 2024-11-22 07:27:57 -05:00
Update miscellaneous.html
This commit is contained in:
parent
e0c3ee27f5
commit
242429685a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue