This is a chatbot suggestion a drink for you based on how you feel.
First time practising javascript and first time pair-programing. We used functions (and some conditions). And eventlistners.
We started off with a more complex storyline but "scaled" it down to a pretty simple one to foucus on really understing what we were doing.
We know that this isn't the best way to solve it, (DRY method has NOT been applied) but we learned a lot. And understand that this way of building, nesting functions, get super complicated when building bigger. And also that we should place eventlistner in a condition instead.
If we hade more time we would re do with more conditions (if-statements) on every step. Like one for replies another for questions and one more for eventlistners.