When a window.alert() is called, the script shouldnt wait for the user input(clicking ok for example), it should continue.
How could I achieve that without using the setTimeout() function?
this.alert('Window')
console.log('Continue here, dont wait for user input on the "Window"')