Open aviv82 opened 2 years ago
terminology and syntax. the technical vocabulary is expanding but its hard to remember the names of all the new concepts
completed a few of the first exercises in study groups. so far most of it is clear.
time management was tough this week. i have dutch exams and a lot of work. hopefully i will have more time to study next week.
better understanding of:
I Need Help With:
terminology and syntax. the technical vocabulary is expanding but its hard to remember the names of all the new concepts
Remembering everything can be hard. The best way to familiarize with the syntax is to use them and adopt some kind of "Muscle memory"
I Need Help With:
terminology and syntax. the technical vocabulary is expanding but its hard to remember the names of all the new concepts
Remembering everything can be hard. The best way to familiarize with the syntax is to use them and adopt some kind of "Muscle memory"
thank you Gelila! i am slowly getting there đ«
pushed my progress to practice repo pushed my progress to write-up repo
prototype delegation, terminology and syntax. specifically methods, high order functions, callback functions, nested functions
completed more exercises in study groups, including writing tests for throwing errors and writing guards
prototype delegation went right over my head
better understanding of:
pushed my progress to practice repo pushed my progress to write-up repo
methods, especially methods like forEach or filter that use high order functions
completed exercises with group as well as a couple of write ups
i am having a hard time refracting code. there are a few snippets that i am familiar with and comfortable using, but its hard to break away from whats familiar
better understanding of:
i am having a hard time refracting code. there are a few snippets that i am familiar with and comfortable using, but its hard to break away from whats familiar
This is expected, refactoring and understanding more than one way to do something is very hard. That's why there's a whole module for it! You can't expect to be 100% comfortable with it in 3 weeks, but you've started in the right direction.
You'll get many many more chances to practice these skills in the coming projects. We just introduced the ideas in this module
đ„ Analyzing Functions: