Skip to content

ClaytonTaylor/browser-javascript-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser JS Basics

Skills

  • script tag
  • alert, prompt
  • string functions and properties

Requirements

  • Create a blank, valid HTML5 document
  • Create a javascript file with the content alert('Hello Boulder!'); and include it in your page with the script tag
  • Check Your Work: When you refresh the page, you should see an alert box that interrupts you with the message, "Hello Boulder!"

Part II: Personal Hello

  • Create a blank, valid HTML5 document
  • Create a javascript file and include it with a script tag as before
  • Use var, prompt, string literals, the + operator, and alert such that when the user opens the page, it will ask them for their name, and then respond with "Hello [YOUR_NAME]!"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published