I have the following in my source HTML:
Test
I want to get the value of th
const article = document.querySelector('#electric-cars'); article.dataset.columns // "3" article.dataset.indexNumber // "12314" article.dataset.parent // "cars"