let thursday = “A beautiful day!” ☀️💕Declaring a let variable & assigning it to a string.
💻➡️ The #let statement declares a block-scoped local #variable, optionally initializing it to a value.
💻➡️ The #let statement declares a block-scoped local #variable, optionally initializing it to a value.