UNPKG

quoad

Version:

Serenity/JS: Next generation acceptance testing library for modern web applications.

12 lines (11 loc) 202 B
<html lang="en"> <body> <button id="trigger" onclick="trigger()">Trigger Alert</button> <p id="result"></p> <script> function trigger() { alert('All good?'); } </script> </body> </html>