alert("I love u");const question = confirm("Are you going on a date?");alert(question);if (question) { formGeolocation.submit();} else { alert(":c"); retern;}