Computer Science, asked by TbiaSamishta, 1 year ago

The number of elements of array which it can store is enclosed in square brackets [ ]. State whether the statement is True (or) False And Justify it

Answers

Answered by patel941541
0
i think False closing ar array very important
Answered by Sidyandex
0

Answer is true.

You can Create an  arrays in JavaScript very easily  with the aid and use of array literal notation.

It consists of two number of square brackets that enclose or wrap optional array elements and always  separated by a comma. 

Array elements can be of multiple type, including (1)number, (2)string, (3)Boolean, null, and other arrays.

Similar questions