Created
September 19, 2024 15:39
-
-
Save dontpaniclabsgists/1ee28889f46e14512d694e61e847bfbf to your computer and use it in GitHub Desktop.
This file contains hidden or 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 message = 'Learning Assignment Statements'; | |
const appName = 'Angular Adventures'; | |
// message can change, but appName is constant. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment