Test

From OuroDev
Revision as of 10:26, 14 May 2019 by TheManicCoder (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Test

// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.
// http://alexgorbatchev.com
var setArray = function(elems) {
    this.length = 0;
    push.apply(this, elems);
    return this;
}