Skip to content

Instantly share code, notes, and snippets.

@areeng
Created June 19, 2023 09:39
Show Gist options
  • Save areeng/e0f1ad54b1dbf5507ba8f84c9675f858 to your computer and use it in GitHub Desktop.
Save areeng/e0f1ad54b1dbf5507ba8f84c9675f858 to your computer and use it in GitHub Desktop.
let a, b;
b = 4 + (a = 2 + 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment