declare a variable and store a string inside it code example
Example: declare a variable and store a string inside it
// 1. declare a variable = "store a string inside it"
// variable string
const myVariable = "foo";
// 1. declare a variable = "store a string inside it"
// variable string
const myVariable = "foo";