``` js var map = new L.Map('map'); map.setZoom(11); ``` throws with `Uncaught Error: Set map center and zoom first.`