Created
May 31, 2022 16:32
-
-
Save BennisonDevadoss/e524a80d9e457fbffadc22345a659caf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// "Mangos", is a value. if you want to see this on a console. | |
console.log("Mangos"); // Mangos | |
console.log(23); // and here 23 is a value. | |
let firstName = "Bennison"; | |
console.log(firstName); // Bennison |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment