TheOdinProject / curriculum

The open curriculum for learning web development
https://www.theodinproject.com/
Other
10.16k stars 13.61k forks source link

JavaScript Developer Tools: Introduce this page after OOP intro #26912

Open rawfiul opened 11 months ago

rawfiul commented 11 months ago

Checks

Describe your suggestion

I understand we want students to learn debugging tools as soon as they learn conditionals and data types, but all the articles and videos on this page are too early to digest. I suggest either a or b: A - a custom-made precise tutorial on this page itself where students are introduced to tools and files.js that just debugs conditionals for now. B - teach students about debugging/introduce this current page, after a small intro to object oriented aspect of js.

Path

Foundations

Lesson Url

https://www.theodinproject.com/lessons/foundations-javascript-developer-tools

(Optional) Discord Name

rawfiul

(Optional) Additional Comments

No response

JoshDevHub commented 11 months ago

Hello @rawfiul

Can you specifically point to the place(s) in the articles where you think the use of object orientation is confusing?

github-actions[bot] commented 10 months ago

This issue is stale because it has had no activity for the last 30 days.

JoshDevHub commented 10 months ago

Bumping this @rawfiul

Would be very glad to discuss specific issues you felt were difficult to work through due to lack of knowledge around objects or object orientation.

rawfiul commented 10 months ago

hey sorry, i have been busy with exams. Will write a detailed report and revert back

On Sun, 14 Jan, 2024, 2:07 am Josh Smith, @.***> wrote:

Bumping this @rawfiul https://github.com/rawfiul

Would be very glad to discuss specific issues you felt were difficult to work through due to lack of knowledge around objects or object orientation.

— Reply to this email directly, view it on GitHub https://github.com/TheOdinProject/curriculum/issues/26912#issuecomment-1890762801, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQVANHC3X5TOWGNKH6DIERDYOLWAHAVCNFSM6AAAAABAOTJMXCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJQG43DEOBQGE . You are receiving this because you were mentioned.Message ID: @.***>

JoshDevHub commented 10 months ago

@rawfiul Thanks for updating me. No need to rush, just wanted to make sure you're still interested.

github-actions[bot] commented 9 months ago

This issue is stale because it has had no activity for the last 30 days.

JoshDevHub commented 8 months ago

Any update on this @rawfiul ?

github-actions[bot] commented 7 months ago

This issue is stale because it has had no activity for the last 30 days.

TheeMee commented 4 months ago

Hi, I agree with this since I also struggled to follow through all the linked articled and documents. They refer to concepts which are uncovered before in the course. Such as animations, caught and uncaught exception among others. I especially struggled with DOM manipulation with node selectors and CSS at-rules.