Dann habe ich auch noch eine. :-)
const [...elements] = node.querySelectorAll('.gallery figcaption')
Einer geht noch:
const elements = [].concat(node.querySelectorAll('.gallery figcaption'));
Dann habe ich auch noch eine. :-)
const [...elements] = node.querySelectorAll('.gallery figcaption')
Einer geht noch:
const elements = [].concat(node.querySelectorAll('.gallery figcaption'));