00:03:18 Ivan Juras: yaay 00:18:25 Ivan Juras: Can we use VS Code for our projects? 00:21:09 nelson nakano: Do use “default” when your only export one function? 00:21:33 Robert Piper: So imports and exports only work with parcel and not with VanillaJS? 00:21:41 nelson nakano: What if your exporting one function and one variable? 00:22:06 nelson nakano: Can you still use “default”? 00:22:51 Zac Gordon: https://humanwhocodes.com/blog/2019/01/stop-using-default-exports-javascript-module/ 00:23:11 Elzette Roelofse: From VSCode is Parcel installed in the working folder? Does that mean it needs to be installed every time in each working folder? Or where does it install? 00:24:15 Elzette Roelofse: Awesome thanks! 00:24:18 Robert Piper: So imports and exports only work with parcel and not with VanillaJS? 00:25:07 Chris Falzone: So for this project specifically — we’ll need to add CSS, does parcel also handle compiling sass to css and such? 00:26:44 Robert Piper: ok, thanks 00:33:45 Chris Falzone: data is singular and plural 00:33:54 Chris Falzone: Datum can also be used 00:37:00 Ivan Juras: How do you autoclose the backtick? It doesn't work in my VSC :( 00:37:58 Chris Falzone: it does in .js files but not .html files 00:38:15 Ivan Juras: Oh, ok. Thx 00:40:34 nelson nakano: i have a question relating to last weeks topic. Why do we not need () when calling functions from eventlistners.? 00:43:30 nelson nakano: yes 00:43:36 nelson nakano: Does that mean we can’t pass parameters? 00:43:56 Patrizia "Pea": Can you do this? `link.addEventListener( ‘click’, function() { return sayHi(); } );` 00:45:31 nelson nakano: ahh, got it. thanks 00:46:17 Chris Falzone: When you use bind do you loose the “automatic this” that events usually assign? 00:49:47 Robert Piper: thanks 00:49:49 José Abreu: Thanks Zac cheers 00:49:50 nelson nakano: thanks 00:49:52 Laurie A Sutherland: thanks, bye folks