Language Basics JavaScript DHTML



My First Page

function myFunc(textToAlert) {
    alert(textToAlert);
}
myFunc("This is a test");