const beatles = [ "john", "paul", "ringo", "george"]; beatles.forEach((beatle) => { console.log(beatle); });