JavaScript and DOM Missing In FCC

Hi everyone,

This my first post in this great site, I’ve finished html module and I am toward finishing javascript one,
till now there is no exercises concerning DOM and how to manipulate html elements with js (like document object and its related methods), the only thing I’ve found is in React module (using JSX), so should I refer to another site for these info? It is a pity that I should, because this site is almost perfect one stop solution for web development.

thanks

4 Likes

Yes i honestly thought this was a very important topic

2 Likes

Thank you for helping make FCC better. Enhancement requests and feature suggestions can be made as GitHub Issues. Whenever creating an issue please check first that there isn’t already an existing one and provide as much detail as possible.

Are there any issues opened? It’s still not in this version.

A big gap in learning JS. I’m learning it now so that I can work on the projects for that certificate. Would be great if it was put in the Javascript section just before the OOP and the functional sections.

Here’s a tutorial that explains DOM really well.

1 Like