Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var array1 = [1,2,3,4,5]; | |
| var array2 = [1,2,3,4,5]; | |
| var array3 = [1,2,3,4,5]; | |
| var newarray1 = [],newarray2 =[],newarray3 =[],newarray4 =[],newarray5=[]; | |
| newarray1.push(array1.slice(0,1)); | |
| newarray1.push(array2.slice(0,1)); | |
| newarray1.push(array3.slice(0,1)); | |
| var newarray1merged = [].concat.apply([], newarray1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| csavdsvsvdvdvavdvscsvdvsacscscsc |