Test

From OuroDev
Revision as of 22:03, 26 April 2019 by TheManicCoder (talk | contribs)

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;
}