Created
September 19, 2024 15:41
-
-
Save dontpaniclabsgists/c41a41964530db0e292833ab5a6e2d3b 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 price = 50; | |
price *= 2; // price is now 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment