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 = "Array length";
const projectName = "Reading list: Array length";
Next up