SAI YEWALE

Generation

typingsSat, 26 Nov 2022

Write javascript code to accept values from user and display the result on button click

function myFunction() { var x = document.getElementById("fname"); document.getElementById("demo").innerHTML = x.value; }

Questions about programming?Chat with your personal AI assistant