Ask Question

The array mycats is an 8 element array of type kitty that has already been declared and initialized. write the expression (s) in the box below that prints the name of the fourth kitty to the console: (remember: the first element of an array is at index position 0).

+3
Answers (1)
  1. 25 March, 07:38
    0
    Console. log (mycats[3])
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “The array mycats is an 8 element array of type kitty that has already been declared and initialized. write the expression (s) in the box ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers