MCPcopy Create free account
hub / github.com/Open-Bootcamp/JavaScript-Basico / onError

Function onError

sesion-17-maps/index.js:44–47  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

42}
43
44function onError(error) {
45 console.log("Se ha producido un error y lo hemos gestionado")
46 console.error(error)
47}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected