var myArray = ["Doug", "Laura", "Vera", "Gabriela"];
for (var i =0; i < myArray.length; i++)
{
console.log("Hello, " + myArray[i]);
//looping through an array with a for each loop
not so common and it doesn't provide a lot of granularity during the construction
for (var element of myArray)
{
console.log("Good bye, " + element);
}
Subscribe to:
Post Comments (Atom)
The Diary Of A CEO features a discussion on longevity and cellular health.
This video from The Diary Of A CEO features a discussion on longevity and cellular health. The conversation focuses on how specific lifes...
-
Summarization of hundreds of comments on Reddit. Ineffective Service: The users explicitly states, "Confirmed that it doesn't w...
-
Based on a review of the provided Privacy Policy , here are some potential legal implications and issues that should be addressed: Scope a...
No comments:
Post a Comment