MCPcopy
hub / github.com/alsotang/node-lessons / int2

Function int2

lesson10/main.js:9–11  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

7};
8
9var int2 = function (str) {
10 return parseInt(str, 10);
11};
12
13var int3 = function (str) {
14 return Number(str);

Callers 1

main.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected