|
JavaScript Tutorial - 7
Ok - quite a few new techniques needed here - let's take them one at a time.
Think about this example carefully ... there are several input boxes on this page ...
how do we tell JavaScript we want the value from this particular one? Task 20: Repeat Task 19 using your own function called say_hello. Check. To "add" "Hello" to the front of your message, you simply use a plus sign + Task 21: Repeat Task 20 so it now really says "Hello". Check. |
| HOME | Table of Contents | Previous | Next |