Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alsotang/node-lessons
/ int3
Function
int3
lesson10/main.js:13–15 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
11
};
12
13
var
int3 =
function
(str) {
14
return
Number(str);
15
};
16
17
var
number =
'100'
;
18
Callers
1
main.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected