SAP Interview Question

Combine two arrays into one.

Interview Answer

Anonymous

May 2, 2019

['a','b','c'].concat(['d','e','f'])