Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created September 19, 2024 15:41
Show Gist options
  • Save dontpaniclabsgists/1cbcdede01dfa1168871b122d8580ae9 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/1cbcdede01dfa1168871b122d8580ae9 to your computer and use it in GitHub Desktop.
let total = 100;
total -= 20; // total is now 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment