00:02:14 Keri Gerheart: okay- i'm at the library, so I can't really talk outloud 00:02:23 Keri Gerheart: i am also typing slowly 00:02:59 Keri Gerheart: I don't really have anything- I'm still pretty behind 00:03:08 Keri Gerheart: trying to catch up 00:03:56 Zac Gordon: https://javascriptforwp.com/courses/js-for-wp-bootcamp-sept-dec-2019/sections/week-4-advanced-topics-in-javascript/ 00:04:03 Zac Gordon: https://javascriptforwp.com/courses/javascript/sections/advanced-javascript-topics/ 00:04:14 Austin Hattox: Going well! Back from my vacation finally. I'm massively behind, but I'm going to start prioritizing the course and catching up now that I'm not traveling 00:06:13 Robert Piper: function input(name, type='text', placeholder='' ) { return `

`; } 00:06:46 Robert Piper: function select(name, selectArray ) { let selectbox = `

`; return selectbox; } 00:07:33 Robert Piper: form += select("marken",["Audi", "BMW", "Fiat"]); 00:07:42 Zac Gordon: “selectArray.map” 00:07:47 Zac Gordon: selectArray 00:07:59 Zac Gordon: cost selectArray = 00:25:03 Robert Piper: no 00:26:26 Keri Gerheart: thanks :) 00:26:27 Robert Piper: thanks