What is going to display with this js code:

var myArray = ['a', 'b', 'c'];
 console.log(myArray[-1]);