how can arrays be created in html. give example
Answers
Answered by
0
Answer:
The regular method creates the array first and then assigns strings to each array element by number. The square brackets behind Colors indicate the element number, which begins at 0 and increments by 1 for each element you add.
Similar questions