MCPcopy Create free account
hub / github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA / createIntArray

Function createIntArray

04. Arrays/createIntArray.js:1–3  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

1function createIntArray(arr){
2 return arr.map(a => Number)
3}
4
5console.log(createIntArray(["1", "2", "3"]))

Callers 1

createIntArray.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected