I have tried
open(alert("Hi!")
I was also wondering how you would put a prompt response from someone into the alert on the new blank window as well. I tried
let answer = prompt("What is your fave drink?")
if (answer ==null){
window.alert(answer)
else{
window.open()