Coding Camp – Day 11

So last night we learned more about the DOM, Web APIs and data attributes. Event bubbling finally makes some sense. I had been putting off reading and learning about it. I am still not sure about stopPropagation(); some more study needed there.

I have seen attributes like data-number (dataset), but thought they were some server-side thing. I used to use class names and even IDs for data storage, but this is a great method for passing data with your HTML with nonstandard attributes.

Challenge number three involves creating a password generator. I’ve started and will be working on it over the weekend.

Leave a Reply

Your email address will not be published. Required fields are marked *