Created
September 19, 2024 15:40
-
-
Save dontpaniclabsgists/3eada283244a44e36cffcb9f334a94c1 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 count = 0; count += 5; | |
// count is now 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment