reactjs rejoignez deux tableau
a1 = ['1','2','3']
a2 = ['4','5','6']
a1.concat(a2)
Swiss IT knive
a1 = ['1','2','3']
a2 = ['4','5','6']
a1.concat(a2)