There are 3 ways to create an array in JavaScript.
Let's see a simple code to create an array using the array literal.
var emp=["Shyam","Vimal","Ratan"];
Submitted questions and answers are subject to review and editing, and may or may not be selected for posting, at the sole discretion of w3Sniff.
Get Started
Comments
Leave a Comment