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 = "Readable strings";
const projectName = "Creative portfolio: Readable strings";
Next up