How to open a popup when a button is clicked?
Explain the process to trigger a popup on button click. Describe how to use event listeners or binding methods, such as JavaScript’s addEventListener or Vue’s @click, to open a popup. Optionally, include a brief mention of creating the popup element and toggling its visibility.