Guys, pls tell me what’s wrong? It keeps telling me “You should have a label element inside your template”
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
const HTMLString = `<label>Entry ${entryName} Name<\label>`;
}
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Linux; arm_64; Android 13; RMX3191) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.49 YaBrowser/24.4.6.49.00 SA/3 Mobile Safari/537.36
Challenge Information:
Learn Form Validation by Building a Calorie Counter - Step 46