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 = "Mutable values";
const projectName = "Public resource hub: Mutable values";
Next up