Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
search-page
df52aea875a17271fbd11fde7895eb3e923276df
df52aea875a17271fbd11fde7895eb3e923276df
Switch branch/tag
search-page
node_modules
@babel
runtime
helpers
esm
arrayWithHoles.js
Find file
Normal view
History
Permalink
arrayWithHoles.js
86 Bytes
Edit
Web IDE
Newer
Older
first commit
Sangjune Bae
committed
Dec 26, 2020
1
2
3
export
default
function
_arrayWithHoles
(
arr
)
{
if
(
Array
.
isArray
(
arr
))
return
arr
;
}