Skip to content

Instantly share code, notes, and snippets.

@DennyScott
Created March 7, 2020 08:46
Show Gist options
  • Save DennyScott/9c3eb10332f9d68f6f37449946d55dc3 to your computer and use it in GitHub Desktop.
Save DennyScott/9c3eb10332f9d68f6f37449946d55dc3 to your computer and use it in GitHub Desktop.
function ValueEq() {
const A = 'hello';
const B = 'goodbye';
const C = 'hello';
}
// A === 'hello'
// B === 'goodbye'
// C === 'hello'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment