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

Inna: Inside JS, 4 Weeks #337

Open inna9Z opened 2 years ago

inna9Z 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

inna9Z commented 2 years ago

Week 1

I Need Help With:

What went well?

What went less well?

Sunday Prep Work

I continue to do the exercise

inna9Z 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
  • Writing array function

what do you mean by this?

  • I have no problem with logic but I'm not sure that i can write some small piece of code by myself .

well, that will be the task next week, so you can practice it :)

inna9Z commented 2 years ago

Week 3

I Need Help With

What went well?

What went less well?

Lessons Learned.

Sunday Prep Work

danielhalasz commented 2 years ago
  • i have some bug with remove-numbers, it's works but not as it should , I am trying to resolve this .

indeed, that one is tricky, as we have not covered that topic yet.. you can try looking into solving it with a for of loop..and some splice..or with filter instead..MDN is your friend for documentation :)

inna9Z commented 2 years ago

@danielhalasz thank you Daniel , I will try :)

inna9Z commented 2 years ago

Week 4


I Need Help With:

What went well?

Sunday Prep Work

danielhalasz commented 2 years ago
  • I need more prictice .

how many hours do you have each day to practice writing code, doing exercises and learn?

danielhalasz commented 2 years ago
  • Some exercises wasn't clear . I try to understand them .

which ones?