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