Skip to content

Instantly share code, notes, and snippets.

@axurright
Last active November 17, 2024 16:10
Show Gist options
  • Select an option

  • Save axurright/af2209dc89543baa805f275ec8f07e5b to your computer and use it in GitHub Desktop.

Select an option

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.)
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