fCC JavaScript Algorithms and Data Structures course

Hello everyone!

So, currently, on fCC, I’m working on the JavaScript Algorithms and Data Structures chapter, specifically on Regular Expressions. So far, I’ve completed some subchapters on JavaScript. I’ve noticed that unlike the previous chapter I completed (Responsive Web Design), where I applied concepts directly within the context of a web page, here I’m primarily learning the logic of JS, writing algorithms, and so on. I’m wondering if in the upcoming stages there will be lessons that directly introduce how to apply this knowledge in the context of a web page. Or, if by following all the steps, by the end of the chapter, I’ll know how to do it, or if there are other things I should do concurrently to understand how to combine everything I’m learning in the context of a web page.

Because, alongside that, I’m working on a few frontend projects to improve and practice. So far, the knowledge I’ve gained from the previous chapters (HTML & CSS) has been very useful, but I’m wondering at what point I’ll be able to incorporate JS into my pages and how I should go about it.

Hello,

The JavaScript course is more about learning the fundamentals of JS, like how to make certain algorithms and just a lot of practising. After the JavaScript course you’ll learn how to implement JS in a webpage with the frontend libraries. I will recommend you first learning the basics of JavaScript and then later moving on to thing like react to implement it into a webpage.

I hope this helps!

4 Likes

Thanks ! It helps a lot. Now I have a better vision of the roadmap !

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.