<html> <button onclick="button()">yoo</button> </html>
function button() { alert("yooo"); console.log("wgfwp is goated") }
body { display: flex; }