
Practice What You Learned
Questions (Look up answers online answer each in markdown and submit)
- What are all the JavaScript Data Types?
- What is the Difference Between Const Let and Var? Consider Scope ... Give an example
- Pass By Value vs Pass By Reference? Why would you say a String is pass by value/ or a value type? Why is an object a reference type?
- What do Map , Filter and Reduce do? Do they mutate the array you call them on?
- What are all the Falsey Values in JavaScript? Why do you think this is important to know?
- What are Async and Await?
- What is an async function?
- What are try and catch?