Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
let
a = prompt(
"Enter first number"
)
2
3
let
b = prompt(
"Enter second number"
)
4
if
(isNaN(a) || isNaN(b)) {
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected