0
Anyone Else confused about JS and HTML?
So I just finished the JS and HTML courseās and just found myself confused at the end, I couldnāt quite put two and two together on some things like getElementById and the inputs and having java script go through them, does anyone else feel like this? P.S Iām also very proud of myself now for getting 4 courses done (yay go me!) got certificates up on my wall B)
4 Answers
+ 3
can you elaborate with example? I can help you out.š
0
Yeah sure let me just whip up something quick :P
0
Capturing vs. Bubbling
The addEventListener() method allows you to specify the propagation type with the "useCapture" parameter. This is what Iām mainly confused about š¤ because why not just use findElementById instead?
0
right now I'm working on a beginners course for css and html