For a regular map object, you can add a layer with:
layers: [layer1, layer2]
or by using:
map.add(layer1)
How can you do this same thing with a WebMap object?
webmap.add(layer1) doesn't work for me and neither does adding the layers: [layer1, layer2]