how to make a variable to store string 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";