JavaScript Demystified
Q. Display the original properties of an array.
This looks like a pretty simple question but it is a bit tricky. Just looping over the array might not give you the correct answer. There is a catch. As it is mentioned to display only the original prop...
blackfyre.hashnode.dev2 min read