Build a Calorie Counter - Step 43

Tell us what’s happening:

Hello There,
Do you have any advice for this Question?

Your code so far

<!-- file: index.html -->

/* file: styles.css */

/* file: script.js */
// User Editable Region

function addEntry() {

  const targetInputContainer = document.querySelector(`#${ entryDropdown.value} .input-container`);
  const entryNumber = targetInputContainer.querySelectorAll();
}

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36

Challenge Information:

Build a Calorie Counter - Step 43
https://www.freecodecamp.org/learn/full-stack-developer/workshop-calorie-counter/step-43

what is this line for?

for the other line, there is an extra space inside the ${} that the tests do not line

Thank you , i get it ,“extra space”