const list = ['one', 'two', 'three', 'four', 'admin', 'november', 'zztop']; console.log(list[3]) //prints in console 4th item of the list considering first item is index 0