Skip to content

Instantly share code, notes, and snippets.

@areeng
Last active June 19, 2023 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save areeng/8e3ac62a04e849c3db9866a3cb7d2e56 to your computer and use it in GitHub Desktop.
Save areeng/8e3ac62a04e849c3db9866a3cb7d2e56 to your computer and use it in GitHub Desktop.
let a = 2;
'Значення змінної перед інкрементом: &{a++}, після: &{a}'
// 'Значення змінної перед інкрементом: 2, після: 3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment