MCPcopy 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
28function af() {
29 return Array.from(arguments);
30}
31
32console.log(af("Osama", "Ahmed", "sayed", 1, 2, 3));

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected