Open EliasMlopez99 opened 2 years ago
Week 1
so far i don't need any help luckily
Well i fully understood the point of describing function and writing up possible behavior from the users, i did take my time to do the exercises but i succeed
Well this week i did not have any major problems, just the only thing that annoys me a bit, is closing my codification with )}] you have to be very precise where you place them
Right now i am doing some challenges in edabit and figuring out how to write other possible solutions to challenges i already did
I have pushed my progress to my fork of exercises repo
thanks for the links and the creative problemsolving :) the idea originally was that you fork this repo and write up 3 solutions there https://github.com/HackYourFutureBelgium/solution-write-ups
just the only thing that annoys me a bit, is closing my codification with )}] you have to be very precise where you place them
I feel the pain, this can be frustrating. Luckily there are some VSCode extensions that can help.
i want to say for the first time that i really had fun in the javascript class of the past Sunday :)
π
can you describe what was fun about it?
Week 2
so far i don't need any help luckily
writing up the test and using jest to check if my code passes or not, frankly this time i did not stress cause is just about to put in practice what we've seen so far and a bit of logic
i am still working on the exercise given by thibaut i will include a screenshot down below of what i have so far of my function, still trying to figure out how to throw error in case premium is greater than the established value
@danielhalasz sorry i did not answer , i had fun that day because there was less talking more practice and Thibaut gave us a lot of feedback. If i understand better, i stress less and i can enjoy more coding :)
Is there anything in the screenshot that you wanted to show? It seems to have some interesting lines.. like lines 49, 53, 62, 66... where you use < > & operators.. hope you have fixed that π and see why that is problematic this way.
i am still working on the exercise given by thibaut i will include a screenshot down below of what i have so far of my function, still trying to figure out how to throw error in case premium is greater than the established value
one way could be to store the calculated bonus in a variable..and then comparing it to max value, before returning it.
i really struggled with the first class cause i was not present i 've been reading the material and the helped me a lot, what i like about this module is that we jumped into the interesting part of it. I know theory is important, however sometimes "testing yourself" is way better than letting other to tell you how "it could be"
i guess really got stuck with the functions, that's something i would really like to discuss with one of the coaches of HYF if possible, like a small zoom, it would be really great if it was thibaut do not get me wrong the other coaches were just fine but i understood more js within this module, than in the past ones.
Well as i mention above just some "tips" "advices" creating functions, i know i'm suppose to read how to do them but i consider i find it better if someone with experience show me how to. sometimes i misunderstand the variables and that can be very serious at the moment of writing up test.
Well i wish we could have more codification sections instead of long 'blocks' of explanation, i know that this program has been like this for years though with this matters i prefer practical than the theory. Something like "check out this example" "test it" "try it" "see how it works" now it's your turn.
I know theory is important, however sometimes "testing yourself" is way better than letting other to tell you how "it could be"
yes, this is also our goal, and that's why there are so many exercises and examples in all the modules and repos, not just this one, but the previous ones too π
i would really like to discuss with one of the coaches of HYF if possible, like a small zoom, it would be really great if it was thibaut do not get me wrong the other coaches were just fine but i understood more js within this module, than in the past ones.
sure, we can ask Thibault, if he can be available for a followup session one day with the class. is there any specific question that you would ask him? what functions did you get stuck on?
Well as i mention above just some "tips" "advices" creating functions, i know i'm suppose to read how to do them but i consider i find it better if someone with experience show me how to.
can you please try to be more specific about the question? what do you mean by creating functions? declaring functions? function syntax? the scope? the content? parameters? it is indeed highly recommended to first look at the suggested study materials..if you dont like articles, there are plenty of videos online in multiple languages..this is how it will be in real life as well working at a company.. and when after putting in the effort, you still dont understand something, then of course you ask for help..
Well i wish we could have more codification sections instead of long 'blocks' of explanation, i know that this program has been like this for years though with this matters i prefer practical than the theory. Something like "check out this example" "test it" "try it" "see how it works" now it's your turn.
well this is exactly what we are doing. showing examples that are harder to grasp on Sunday, starting teamwork/individual work..and keep practicing during the week until the next Sunday session.. if we did even less explanation on Sundays, it would require you to prepare and learn on your own even more..which as you said above, might not be the best for everyone..so there has to be a balance.. it would be great if everyone came prepared with the knowledge and we could just do exercises in class.
Learning objectives
1. Remix
Practice studying and remixing other people's solutions to coding challenges. Create your own solutions by mixing and matching pieces from other people's code.
2. Write
3. Review