Please help me out with this problem
In the code given in the editor, we have created an array with the names of a few car brands. We want you to use indexing, to print the J of the array element Jeep on the console.
Use the index to store the array element Jeep in the myCar variable.
Then use indexing again on myCar variable to print the character J on console using console.log() statement.
You can do it, common!