forevery array js code example Example: foreach jas const array1 = ['a', 'b', 'c']; array1.forEach(element => console.log(element));