Conversation Questions
0:34 - What is an IIFE?
2:13 - What CSS frameworks have you used?
2:50 - What is the `this` keyword in JavaScript?
3:40 - What do the position properties in CSS do?
4:31 - What are the 3 parts of an HTTP request?
Algorithm Questions
5:11 - Add two values
5:30 - Filter odd numbers
6:10 - Add index value to each array element
6:51 - Flatten a nested array
8:22 - Shuffle an array
JS Info Shuffle an Array Solution