()
| 18 | } |
| 19 | |
| 20 | function arrayFrom() { |
| 21 | return Array.from(arguments); |
| 22 | } |
| 23 | |
| 24 | console.log('Array.prototpye.slice.call(#arguments(1, 2, 3, 4, 5))', prototypeSlice(1, 2, 3, 4, 5)); |
| 25 | console.log('[].slice.call(#arguments(1, 2, 3, 4, 5))', slice(1, 2, 3, 4, 5)); |
no outgoing calls
no test coverage detected
searching dependent graphs…