Quotes help make search much faster. Example: "Practice Makes Perfect"

Sunday, December 16, 2012

Codecademy Sample Solution: Codeyear Gather the Traveler Info



// sample solution to script.js

function processTravelForm() {
    var firstName = document.myTravelForm.firstname.value;
    //add lastname and destination variables here
    var lastName = document.myTravelForm.lastname.value;
    var destination = document.myTravelForm.destination.value;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts