Skip to content

ashx3s/javascript-refresh-web-2-a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

README

Vscode and Github Discussion

  • 2 spaces: standard for web project using javascript
  • Extensions in vscode: prettier, react, relevant intellisense extensions
  • SSH Setup: for pushing to github on the command line

Javascript Demos

  • line 3-21: array of objects. note the use of dot and bracket notation to access object and array elements
  • line: 29-46 function with conditional logic for returning specific content and try/catch for managing errors
  • 48-57: simple if guard that uses boolean logic to check for a valid input user
  • 60-62: example of an array method. this is like a for loop but specifically to be used with arrays
  • 65-67: example of textContent for adding textual information to the web page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors