Umuzi-org / ACN-syllabus

This is the syllabus that we load into our main instance of Tilde.
26 stars 86 forks source link

Update Course Reference in Basic JavaScript Project #1196

Closed jman3000c closed 7 months ago

jman3000c commented 7 months ago

… to Legacy JavaScript Algorithms and Data Structures in 1-basic-javascript and 5-basic-data-structures

Related issues: Update Course Reference in Basic JavaScript Project #1194

Description:

This pull request addresses issue #1194, which pointed out a source of confusion in the syllabus for the FreeCodeCamp - Basic JavaScript project.

Previously, the syllabus referred to the ‘JavaScript Algorithms and Data Structures’ course, which has since been updated and renamed to ‘JavaScript Algorithms and Data Structures (Beta)’. This updated course includes a new section titled ‘Learn Basic JavaScript by Building a Role Playing Game’, which is not the intended ‘Basic JavaScript’ section for this project.

To resolve this issue, I have updated the syllabus to refer to the ‘Legacy JavaScript Algorithms and Data Structures’ course instead, which contains the correct ‘Basic JavaScript’ section. This change has been made in the _index.md files of both the 1-basic-javascript and 5-basic-data-structures directories.

I have tested these changes locally, and they do not affect the page layout or cause any issues with the code.

By making this change, we can avoid any confusion for future students about which course and section they should be completing for this project.

Environment:

Operating System: Windows 10 / WSL Browser: Microsoft Edge

I solemnly swear that:

jman3000c commented 7 months ago

I see md file has been updated I'll close request and issue