00:03:42 Meagen Voss: Ugh, hate those 00:04:11 Zac Gordon: The worst 00:18:03 Zac Gordon: Why is knowing the different types of DOM Nodes in JavaScript important? 00:19:05 Zac Gordon: What is a helpful DOM API method for adding element Nodes to a page 00:19:13 David Brooks: I’m sorry, I’m gonna have to go, I can barely see at the moment :( 00:19:55 Zac Gordon: What does Zac mean when he say, is this Vanilla JavaScript or something else? 00:20:56 Zac Gordon: Name two web APIs that let us make HTTP requests with JavaScript 00:22:06 Zac Gordon: Something you have learned about JavaScript you didn't know before the Bootcamp 00:24:16 Meagen Voss: exFunction.property.method(); 00:25:04 Zac Gordon: var myObject = { id: 1, render: function( console.log( ‘log’ ) } 00:25:11 Zac Gordon: myObject.id 00:25:15 Zac Gordon: myObject.render() 00:28:20 Zac Gordon: XMLHttpRequest 00:28:23 Zac Gordon: Fetch