alerta
function myFunction(time)
{
alert('time starts now');
//code to make the program wait before continuing
alert('time is up')
}
Cielo Lucas
function myFunction(time)
{
alert('time starts now');
//code to make the program wait before continuing
alert('time is up')
}
const testing = () => {
const inputValue = document.getElementById("inputField").value;
alert(inputValue);
}