Questions JavaScript Navigation/Display
- Name 3 helpful things that JavaScript can do on your website?
- True or False - There are two kinds of scripts, those that happen automatically when a user reaches a page and those that need a trigger
- If you are going to use mouseover to change an image on a page when a user
moves their cursor over it, what should you always make sure to do?
- Why is it better to use JavaScript to launch a new window from a link
rather than the "target" method?