But when I run the below line, I can toggle my layers on or off individually, but how could I loop through all of them, and turn them all off? I am trying tocreate a 'reset' button. myApp.mapview.map.findLayerById('cool_layer').visible = true; javascript arcgis-javascript-api ar...