lab-brussels-1 / home

Home repository for Lab Brussels 1.
https://lab-brussels-1.github.io/home
MIT License
4 stars 5 forks source link

Madhu: Inside-JS, 4 weeks #339

Open MadhuMNG opened 2 years ago

MadhuMNG commented 2 years ago

Learning Objectives

Priorities: 🥚, 🐣, 🐥, 🐔 (click to learn more)
There is a lot to learn in this repository. If you can't master all the material at once, that's expected! Anything you don't master now will always be waiting for you to review when you need it. These 4 emoji's will help you prioritize your study time and to measure your progress: - 🥚: Understanding this material is required, it covers the base skills you'll need to move on. You do not need to finish all of them but should feel comfortable that you could with enough time. - 🐣: You have started all of these exercises and feel you could complete them all if you just had more time. It may not be easy for you but with effort you can make it through. - 🐥: You have studied the examples and started some exercises if you had time. You should have a big-picture understanding of these concepts/skills, but may not be confident completing the exercises. - 🐔: These concepts or skills are not necessary but are related to this module. If you are finished with 🥚, 🐣 and 🐥 you can use the 🐔 exercises to push yourself without getting distracted from the module's main objectives. ---

0. Asserting

1. Primitives and Operators

2. Control Flow

3. Functions

5. Unit Testing

6. ES Modules

6. Using Functions

7. Arrays

8. Functional Array Methods

9. Objects

MadhuMNG commented 2 years ago

Week 1

I Need Help With:

I have tried to do some of the exercises which were not completed. I have checked the console and as per me it looks good( felt really happy that I am understanding better than before). However I would like to know is there any repo if coaches have codes for all the exercises which I can compare with mine. It helps me to understand to follow the best practices.

What went well?

What went less well?

Lessons Learned

I am more clear conceptually and practicing codes. below are some of the topics I have learnt well.

Sunday Prep Work

colevandersWands commented 2 years ago

However I would like to know is there any repo if coaches have codes for all the exercises which I can compare with mine. It helps me to understand to follow the best practices.

We don't have a collection of all the solutions. You can share your code on Discord for code review though, I'll make a separate channel for that

colevandersWands commented 2 years ago

I need to to practice unit testing code a lot and get more familiar with function programming.

This will take lots of time and practice, there's no rush. You'll have more time to practice in this module. In the next you'll take an even deeper look at tests and problem solving

MadhuMNG commented 2 years ago

Thanks Even. when I understand the logic , I will be able to remember the syntax and write the code(do exercise) .

MadhuMNG commented 2 years ago

Week 2

I Need Help With:

What went well?

What went less well?

Lessons Learned

Sunday Prep Work

danielhalasz commented 2 years ago
  • too many exercises to focus on.

you do not need to solve all, maybe a couple from each category

  • 'for of array' is tough for me. I need to to practice,

you will get to practice this more during next week

danielhalasz commented 2 years ago
  • while doing exercises, I will not be able to think of which logic to write.

not sure I understand this.. so what are you concentrating on during the exercise?

MadhuMNG commented 2 years ago

Thanks Daniel. I must say that day by day getting better in JS. Exercises are really helpful.

MadhuMNG commented 2 years ago

Week 3

I Need Help With:

So far by referring videos ,I am understanding concepts. I am more concentrating on understanding the concepts .

What went well?

What went less well?

calling functions., util functions was new, lot of practices required.

Sunday Prep Work

I am going through codes, functions of 'numbers-group-projecton' html, JS files.

danielhalasz commented 2 years ago

learnt new methods, Splice, filter.

these are tricky and many people struggle to understand them, so you can be happy and proud!!

MadhuMNG commented 2 years ago

Week 4

I Need Help With:

So far good.

What went well?

I have understood object very well.

What went less well?

Since I had other hectic schedule, I could not much connect with team.

Sunday Prep Work

I am working on exercises and revising previous class topics.

danielhalasz commented 2 years ago

I have understood object very well.

understanding is good on a theoretical level, now it is time to put it into practice by solving exercises and writing your own code :)

MadhuMNG commented 2 years ago

Yes agree.