Es ist mein Code:
Code: Select all
Price Tracker
Price Tracker
Log Input
Code: Select all
function click() {
const inputValue = document.getElementById('userInput').value;
console.log(inputValue);
}
Code: Select all
Price Tracker
Price Tracker
Log Input
Code: Select all
function click() {
const inputValue = document.getElementById('userInput').value;
console.log(inputValue);
}