pi膮tek, 9 sierpnia 2019

Programming exercise #9 - one array from two

// Simple exercise for today
// Your goal is to merge two arrays into one.

const arr1 = ["a", "b", "c"];
const arr2 = ["e", "f", "g"];

// expected result ["a", "b", "c", "e", "f", "g"]

Brak komentarzy:

Prze艣lij komentarz