This is landing page for KPOW
Lets dive right in.
NOTES:
- HTML is the language the browser uses to display formatted text and pictures: Good ref site W3 Schools reference HTML
- Javascript is the default programming language the browser usesW3 Schools reference JS
- Javascript is a good language to learn, so we will use this
- Use of the web browser CONSOLE is helpfull to debug JS script
What can you do with JS
- Move items around the page.
- Get values from fields.
- Get data from a server to use to update on a page.
- etc.
Lesson 1
- Below is a button executing the function functionShowAlert().
- Duplicate this button
- Duplicate the function functionShowAlert()
- Rename the function and update the button with this name to call
- make this function display something different
- user other js commands