Why am i getting error in 29 th question web kata js

function showDate() {
var input = document.getElementById(“in1”).value;
var timestamp = Number(input);

var date = new Date(timestamp);

document.getElementById("result").textContent = date.toString();

}

What is the error that you are getting?

Dear user,

Kindly share the question number and detailed question.

Then only we can help you!
Thank you for reaching out.

i am facing same issue