Skip to main content
repetitive code
Search form
swift
java
.net
javascript
mysql
Python
c++
objC
Docker
search
Home
/
for each
for each
var a = ["a", "b", "c"];
a.forEach(function(entry) {
console.log(entry);
});
Tags:
javascript
Log in
to post comments