JavaScript by Radu TM • June 21, 2022
try { alert("This will work in the browser."); } catch (e) { console.log("Alert is not defined"); }
0
26.757