Hello everyone! <div>If I have a list A : ["x", "y", "z"]</div><div>and a list B: ["f", "g"].</div><div>Here is my question:</div><div>What's the simplest way to replace "z" in the list A by list B, and get ["x", "y", "f", "g"] ?</div>