Learn Form Validation by Building a Calorie counter - step 43

I dont understand what to do here.
here’s my code

function addEntry() {
  const targetId = '#' + entryDropdown.value;
  const targetInputContainer = document.querySelector(`${targetId} .input-container`);

The question is

You are going to completely remove the first line and then replace the template literal with the the value part you just removed. Good luck

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.