Shuffle the Array
Given an array nums consisting of 2n elements in the form [x1,x2,...,xn,y1,y2,...,yn], shuffle the array to [x1,y1,x2,y2,...,xn,yn].
Ada AI
I want to discuss a solution
Help me solve this
Give more examples
What's wrong with my code?
How to use 'for loop' in javascript?
javascript (node 13.12.0)