{"css":"","js":"function concat(arr1, arr2) {\n    let res = []\n    res = arr1.concat(arr2)\n    return res\n}","html":"","libs":[]}