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.