lab-antwerp-1 / home

https://lab-antwerp-1.github.io/home/randomizer
MIT License
3 stars 13 forks source link

Alina: Welcome to JS-week 1&2 #176

Open AlinaTaoRao opened 2 years ago

AlinaTaoRao commented 2 years ago

my fork of the exercises repo

Study Plan

see lab-antwerp-1/AlinaTaoRao#4


Learning Objectives

AlinaTaoRao commented 2 years ago

Week 1

Check-In

I Need Help With:

I'm good . Just need more practice.

What went well?

Review all the basic concepts from JS.

What went less well?

Tracing code.

Lessons Learned

  1. Review concepts from Sololearn JavaScript.
  2. Practice in exercises module to master loops, functions, objects, arrays, and Events concepts and trace code.

    Sunday Prep Work

colevandersWands commented 2 years ago

Practice in exercises module to master loops, functions, objects, arrays, and Events concepts and trace code.

@AlinaTaoRao , this is much more than you need to be studying right now. We'll cover all those things later in the course. Fo now it's best if you focus on tracing and reading code in Welcome to JS. Focusing on the language features in Just Enough JavaScript will help you practice the basics without getting lost in the wilderness.

colevandersWands commented 2 years ago

Tracing code.

@AlinaTaoRao , this is another reason to stick with the code in Welcome to Js for now. it's written to be easy for tracing so you can learn that skill faster. The moment you add arrays or functions or for loops into your code it becomes much harder to trace

AlinaTaoRao commented 2 years ago

Focusing on the language features in Just Enough JavaScript will help you practice the basics without getting lost in the wilderness.

@AlinaTaoRao , this is another reason to stick with the code in Welcome to Js for now. it's written to be easy for tracing so you can learn that skill faster.

@colevandersWands You are right. I'll finish /just-enough-javascript first, and then do ECMAScript6 in Sololearn instead of doing them at the same time. when I jumped into ECMAScript 6, I just knew that many syntax that I spent a lot of time to study before are outdated. I can't help curious what it now. So... 😰 . /just-enough-javascript. Almost halfway done. I'll finish it on time.

colevandersWands commented 2 years ago

The syntax you learned isn't time lost. Using var is close enough to let that it won't be hard to transition, the only difference between ES5 and ES6 in Welcome to JS is let. And function name() {} functions are still very common so you will want to know them.

If you're interested there are some new exercises on syntax here

AlinaTaoRao commented 2 years ago

Week 2

Check-In

I Need Help With:

Nothing specific.

What went well?

Basic concepts.

What went less well?

Build a common sense of logic way to solve a typic problem. Quickly figure out the logic path and result from a block of code.

Lessons Learned

Logic is the key.

Sunday Prep Work

arnochauveau commented 2 years ago

πŸ’ͺπŸ‘