DEV Community

Discussion on: 7 Javascript Methods That Aid DOM Manipulation

Collapse
 
nickytonline profile image
Nick Taylor

Always good to demonstrate some of the basics. Another good one is HTMLElement.dataset, which allows you to access/set data-* attributes. Looking forward to your next post Deji!

Collapse
 
desoga profile image
deji adesoga • Edited

Thanks Nick, I appreciate your response. The foundation is very important. I wasn't aware about HTMLElement.dataset, i'll take a good look at it.