Last active
November 17, 2024 16:10
-
-
Save axurright/af2209dc89543baa805f275ec8f07e5b to your computer and use it in GitHub Desktop.
Practicing to commit a mistake (Going a little bit into JS and... frameworks.)
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 followers = 5; | |
| console.log("Current followers: " + (followers)); | |
| followers = followers + 1; | |
| console.log("Current followers: " + (followers)); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment