iteration in array js code example Example: javascript loop and array var array = ["hello","world"]; array.forEach(item=>{ console.log(item); });