Add the exact const declarations for the lesson topic and project name.
Target app.js · Replace the starter comment in app.js. Evidence Two descriptive constants store the lesson values. Snippetconst lessonTopic = "Arrays";
const projectName = "Accessible recipe: Arrays";
Next up