Computer Science, asked by Tamrakarsiddha6293, 1 year ago

What is the correct way to write a javascript array?

Answers

Answered by Anonymous
0

The correct way to write a JavaScript array var txt = new Array("arr ","kim","jim"). JavaScript arrays are used to store multiple values in a single variable. Using an array literal is the easiest way to create a JavaScript Array

Similar questions