First page Back Continue Last page Image
- function anotherCard() {
- for (var i=0; i<buzzwords.length; i++) {
- usedWords[i] = false;
- }
- newCard();
- return false;
- }
- var buzzwords = new Array ("Aggregate",
- "Ajax",
- "API",
- "Bandwidth",
- "Beta",
- "Disruptive",
- "DRM",
- "Enterprise",
- "Facilitate",
- "Framework",
- "Innovate",
- "Long tail",
- "Microformats",
- "Mobile",
- "Monetize",
- "Paradigm",
- "Podcast",
- "Scalable",
- "Social software",
- "Spam",
- "Synergy",
- "Tipping point",
- "User-generated",
- "Webinar",
- "Workflow"
- );
- The length property can be used to know when the end of the array has been reached
- In the example below we are looping through the array buzzwords