Open MMortaga opened 5 years ago
https://github.com/GSG-G7/autocomplete-movie/blob/5c8f4e3ff03ef0d59964cd267fec6b1aaeb0139c/public/js/dom.js#L80
alert() (as you may already know) blocks everything running in the window until closed and you would never want that. You may either create your own modal or display the error message somewhere on the DOM, but never use alerts 🔔
alert()
alerts 🔔
https://github.com/GSG-G7/autocomplete-movie/blob/5c8f4e3ff03ef0d59964cd267fec6b1aaeb0139c/public/js/dom.js#L80
alert()
(as you may already know) blocks everything running in the window until closed and you would never want that. You may either create your own modal or display the error message somewhere on the DOM, but never usealerts 🔔