Open Melati5 opened 2 years ago
@Melati5 can you please add your check-in comments for the week and after submitting, add the week-1 label?
Week 1
Everytime i tried to workout the exercises i had to start from beginging i didnt understand why
i read all and feel excited even though its looks complex a bit to me :) i found nice document about java script and keep reading all ...
sorry for delate cuz i had french exam, i felt sorry that i couldnt give all my time to the course at once, but im trying to do my best. i cant wait to focus more on the course from next month.
i have to do nice plan even though i have many other things to do. i have to act every week with a proper plan
trying to understand deeply till sunday class
Everytime i tried to workout the exercises i had to start from beginging i didnt understand why
can you maybe attach a screenshot? what did you have to start from the beginning?
i found nice document about java script and keep reading all
which document?
i cant wait to focus more on the course from next month.
yeee
https://static.ohu.edu.tr/uniweb/media/portallar/bilgiislemdairebaskanligi/sayfalar/4607/gubra5r3.pdf its the document what i mentioned its in my language :)
i mean for try to do exercises i have to do everytime npm install -g study-lenses from terminal is that normal for all or its my ignorance im confused xD
i have to do everytime npm install -g study-lenses
wow, why would you have to do that? you just go to the cloned repo and type study
actually i did but everytime when i turned off my computer its disaapears. but i will do again
so after you restart your computer, when you enter $ study
in your terminal it has an error?
It doesn't give an error but every time I close it, the pages disappear and I can't find another solution until I download it again.
try this, if that doesn't work we'll need to do some more trouble shooting:
/welcome-to-js
in your terminalstudy
and hit enterif everything is working, study lenses should open in the browser whatever folder is open in your terminal
and if you want, you can save your solution to each exercise..by hitting the save button
Okey thank you for your help guys i will save βΊοΈ
Week 2
when i try to do exercise it is more helpful someone checking what i am doing because sometimes im losting
i read almost every documents at github ...
i read most but i tried less because im scaring to do mistakes
i learned how all systems how works its not so far from html and css its just more details version of all cuz sometimes html and css not including some things but js includes many of new things
i will do more practices friday and saturday to more understand deeply
Getting lost is normal, and mistakes won't hurt anyone! Your coaches and classmates are around to help you when you need it.
The more you try and the more you ask the faster you will learn. looking forward to your questions in Discord ;)
thank you Evan I will :)
when i try to do exercise it is more helpful someone checking what i am doing because sometimes im losting
you can also try to organize study groups, to do some exercises together, some classmates are doing that
i read most but i tried less because im scaring to do mistakes
making mistakes is the best way to learn, figuring out the solutions
Okey l will ask them to make practice together thank you Daniel:)
Week 3
Some codes looks a little bit scaring but if i look carefully im seeing my faults
i was thought last week i read a lot but no.There are many of documents to look mostly feeling time not enough to learn and finish to read all documents. And after sunday class i felt a little bit confidence and kept study all week, tried to figured out how codes work I try to do many exemples and im still contiuning
i read most but i tried less because im scaring to do mistakes
When you find something more interesting it easy to collect your attention
i have to study more and more to try other codes until sunday
im seeing my faults
there are no faults, just steps in the learning path
i read most but i tried less because im scaring to do mistakes
mistakes are a great way to learn, do not be scared of them. it is a natural part of learning something new.
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 for this module and the next. You do not need to finish all of them but should feel comfortable that you could do them 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. ---
1. What is Programming
What is a program? What is a programming language? How do programs and people fit together?
2. Just Enough JavaScript
Go in depth on JavaScript you need to know for writing interactive text-based programs in the browser. Along the way you will learn how each language feature works in small programs.
3. Understanding Programs
Learn how to understand a larger programs by finding connections between the details and the big picture. By the end of this chapter you will know how to read a new program and do a simple code review.
/describing-programs
:4. Developing Programs
Learn to modify and write larger programs in JavaScript. You'll cover many of the hidden skills necessary to develop quality software and to work collaboratively on a code base.