tutorial.eyehunts.com
How to get first N number of elements from Array in JavaScript | Example
Use slice() method in Array gets first n elements JavaScript. A slice() method is an inbuilt method in JS and only needs to pass the index...
Rohit