MCPcopy Create free account
hub / github.com/CodeWithHarry/Sigma-Web-Dev-Course / script.js

File script.js

Video 79/script.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1let a = prompt("Enter first number")
2
3let b = prompt("Enter second number")
4if (isNaN(a) || isNaN(b)) {

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected