Skip to content

Commit c856f4c

Browse files
Add files via upload
1 parent 0576b52 commit c856f4c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

project-6-weight-converter/main.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const inputEl = document.getElementById("input");
2+
3+
function updateResults () {
4+
console.log("Input changed!");
5+
}
6+
7+
inputEl.addEventListener("input", updateResults);

0 commit comments

Comments
 (0)