DEV Community

[Comment from a deleted post]
Collapse
 
ingosteinke profile image
Ingo Steinke, web developer • Edited

Funny gotcha: when I tried to use explicit type conversion when storing a number to a DOM data set property, it stored the toString function reference instead, serialized as a string 🤦 – always verify your assumptions!