Parts of a Function

function hello(firstname, lastname) {
    alert("Hello " + firstname + " " + lastname+"!");
    return "complete";
} Accessing the Function
Home

Internet II: Day 2