hello guys kindly assist me on this challenge.
function addEntry() {
const targetId = ‘#’ + entryDropdown.value;
const targetInputContainer = document.querySelector(#${entryDropdown.value} .input-container
);
}
Sorry, your code does not pass. Hang in there.
You should remove the targetId
variable.