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 = "Number calculations";
const projectName = "Course dashboard: Number calculations";
Next up