Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
function
createIntArray(arr){
2
return
arr.map(a => Number)
3
}
4
5
console.log(createIntArray([
"1"
,
"2"
,
"3"
]))
Callers
1
createIntArray.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected