
Practice What You Learned
Create a CodeSandbox
Complete all work in your CodeSandbox
Then Submit The Link To Your CodeSandbox in Canvas
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 JS? Why do you think this is important to know?
- What is Async and Await?
- What is an async function?
- What is try and catch?