kata.studio

LoginJS ReferenceKataCardsNew CardLists

Library

easy
Array Concat Kata
Combine two arrays into a single array using the Array.prototype.concat() method
easy
Array Concatenation
Write a function that takes two arrays as arguments and concatenates them into a new array using the Array.prototype.concat() method.