79677359

Date: 2025-06-24 09:49:11
Score: 1.5
Natty:
Report link

Try doing this, where td is your element.

const selectedOption = td.querySelector("select").selectedIndex;
console.log(td.querySelector("select").options[selectedOption].value);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: John