JavaScript coding challenge

Defining arrays

āœØ Your Task

Define an array named band containing the following elements: šŸ‘‰ John, šŸ‘‰ Paul, šŸ‘‰ George, šŸ‘‰ Ringo

āœļø JavaScript
šŸ‘‰ Press "Run" and check the result below.
Test cases
Array band shoud contain all the expected elements

Want to try another challenge?