var x = [
{"name1": "value1", "name2": "value1"},
{"name1": "value2", "name2": "value2"}
]
myFunction(x);
function myFunction(arr) {
var out = " ";
for (var i=0; i < arr.length; i++) {
out += arr[i].name1 + arr[i].name2 + '';
}
document.getElementById("id").innerHTML = out;
}
Like this:
Like Loading...
Related
About bernadetteengleman
Hello, I am Bernadette from New York City.
I moved here from Chicago in 2013. I am originally from the Philippines.
I started studying web programming in 2015. I love it because I like making fun websites and web apps. The projects that I built so far are posted below.
I like to cook and I love to travel. I also like to volunteer and I am a team leader with the non-profit organization, NYCares.