What would you expect to happen as a result of the following call?
OldMacVerse('baa', 'sheep')
Modify your oldmac.html page to include a button with this call, then load the page and verify your prediction.
```
Old MacDonald
onclick="OldMacVerse('cow', 'moo');">
onclick="OldMacVerse('sheep', 'baa');">
------
It displays the verse with 'baa' as the animal and 'sheep' as the sound.
```
Computer Science & Information Technology
You might also like to view...
A capability set up for the purpose of assisting in responding to computer security-related incidents that involve sites within a defined constituency is called a ______.
A. CIRT B. CIRC C. CSIRT D. all of the above
Computer Science & Information Technology
Colors are assigned ____ values.
A. decimal B. hexadecimal C. binary D. indexed
Computer Science & Information Technology