<html>
<body>
<script type="text/javascript">
var a = [1,2,3];
document.write(a.concat(4,5));
</script>
</body>
</html>