Created
June 2, 2022 15:52
-
-
Save BennisonDevadoss/e56b62a6f84913d2e391b65481156bca 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
let a; | |
let total = 1 + 2; | |
let string = "value" + "value"; | |
let multiply = 1 * 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
expressions in JavaScript