사용자:Senouis/자바스크립트: 두 판 사이의 차이

리버티게임, 모두가 만들어가는 자유로운 게임
백괴게임>Senouis
(...)
 
리버티게임>Senouis
잔글편집 요약 없음
1번째 줄: 1번째 줄:
<source lang="javascript" collapse="true" first-line="2">
 
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.
// http://alexgorbatchev.com
// http://alexgorbatchev.com
7번째 줄: 7번째 줄:
     return this;
     return this;
}
}
</source>

2019년 10월 29일 (화) 23:31 판

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

}