MCPcopy Create free account
hub / github.com/AyushSaini00/60minuteJavaScript / showError

Function showError

Weather-app/app.js:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30//THROWS AN ERROR WHEN GEOLOCATION DOES NOT WORKS
31function showError() {
32 console.log("location enable kar be");
33 }
34
35//Setting user's location
36function setPosition(position) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected