mirror of
https://github.com/github/codeql.git
synced 2026-06-01 11:56:17 +02:00
5 lines
68 B
JavaScript
5 lines
68 B
JavaScript
var arr = [1,2,3];
|
|
|
|
function extend(others) {
|
|
arr.concat(others);
|
|
} |