O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Sometimes using a web browser to gather information from the Internet can be a hassle, particularly if you need to pull it together from a variety of sources. That's where using an Internet agent ...
Answered by jwgaynor : Jun 25 2010 07:01 AM
You need to declare your variables near the start of your program even though not yet defined. You are using 'strict' which requires that your variables are declared. Global declarations are ... full answer >