_USING JAVASCRIPT TO CREATE INTERACTIVE WEB PAGES_ by Tom Tessier Listing One Sample JavaScript Testing Application

JavaScript Multiple Choice Test













  • Return to main page. Example 1: This is the usual HTML text body. Example 2: (a)
    Enter a mathematical expression, such as 3.14 + 5 * 20.333 / 40.
    Calculated result:
    (b) replace function calc(form) with function calc(finalresult, mathinput) { finalresult.value = eval(mathinput.value) finalresult.defaultValue = finalresult.value } replace with (c) replace with Example 3: Example 4: Place mouse over me