Skip to content

undefjs/array_interleave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

array_interleave

import array_interleave from 'path/to/array_interleave';

// Example usage
const inputArray = [1, 2, 3, 4];
const interleavedArray = array_interleave(inputArray);

console.log(interleavedArray);
// Output: [ 1, 4, 2, 3 ]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published