Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HasmikSarg/CalcOldVersion
/ reverseNumberFormat
Function
reverseNumberFormat
JS/script.js:30–32 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
28
}
29
30
function
reverseNumberFormat(num) {
31
return
Number(num.replace(/,/g,
""
));
32
}
33
34
// Adding event listeners to operators
35
const
operators = document.getElementsByClassName(
"operator"
);
Callers
1
script.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected