document.write("
<script>
var firstArray = ["red", "green", "blue", "yellow"];
$.each(firstArray, function(key, value){
});
</script>
iterate through an array in jquery 3 - Snippet hosted by \"Cacher\"
");