Excuse me, can I turn off alert through js?

{{cloze:文字}}
<script>
var kk =alert("question");
var userJs1 =()=>{
	kk.close();
}
</script>

I want to remind me of the content through alert.
There are too many words in the field to remind me that I can’t think independently.
Is there any way to close the alert window through “userJs1”?
Just like the code above.
Or other methods to close the alert window?
(Because I use the ipad with the handle, it would be better if I could control userJs1 with the handle.)
:innocent:
I am grateful for any tips, because I tried the methods I saw on the Internet and failed.

Sorry, there’s no way to do that.

1 Like

Dae, thank you for your answer to my confusion.
I decided to use div to cover the screen as a “alert-box”.
Have a happy day.
:kissing_closed_eyes: :kissing_closed_eyes:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.