Thanks for the help. So madlib style would be something like this:
Quote:
var noun = prompt("Enter a noun", "moon");
document.write("The Cow Jumped over the ",noun);
|
I'm assuming the "document.write" part is calling an external object called "document" that is programmed to output to the screen like the old "printf" or "cout" commands in C/C++. That being said, do you have to include any specific libraries? Or is everything ready to go?
I honestly don't mean to be a pest. I just want to get a handle on what we're dealing with because you said it was object oriented.