Load Or edit html files

HTML

<html>
    <button onclick="button()">yoo</button>
</html>

JavaScript

function button() {
    alert("yooo");
    console.log("wgfwp is goated")
}

CSS

body {
    display: flex;
}

Preview