const array = [ 'hello', 'world', '!' ]; $.each(array, (key, value) => { console.log('index: '+ key + ' value: ' + value); });