Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PhilopaterHany/JavaScript-Bootcamp
/ af
Function
af
Lessons/Week 17/128 - Array.from Method.js:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
// console.log([...new Set(myArray)]); // Future
27
28
function
af() {
29
return
Array.from(arguments);
30
}
31
32
console.log(af(
"Osama"
,
"Ahmed"
,
"sayed"
, 1, 2, 3));
Callers
1
128 - Array.from Method.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected