in the CodePen console, not in the browser's console.
here's a shorter version.
Els.filter(item => !Elsguessed.includes(item)).forEach(item => console.log(`https://developer.mozilla.org/en-US/docs/Web/HTML/Element/${item}`))
new Set(Els).difference(new Set(Elsguessed))
in the CodePen console, not in the browser's console.
here's a shorter version.
or