Skip to content

Instantly share code, notes, and snippets.

@mfortunat0
Last active June 28, 2021 15:43
example dir
<html>
<body>
<input type="text" class="input-login" />
<script src="main.js" ></script>
</body>
</html>
const input = document.querySelector(".input-login")
console.dir(input)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment