79436016

Date: 2025-02-13 11:42:59
Score: 2
Natty:
Report link

const inp = document.querySelector("input");

const h2 = document.querySelector("h2");

inp.addEventListener("input", function(){

console.log(inp.value);

h2.innerText = inp.value;
});

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Akash Verma