Skip to content

Instantly share code, notes, and snippets.

@bartcis
Created June 3, 2019 16:52
Show Gist options
  • Select an option

  • Save bartcis/a486fbf1c575e060bdad852411770411 to your computer and use it in GitHub Desktop.

Select an option

Save bartcis/a486fbf1c575e060bdad852411770411 to your computer and use it in GitHub Desktop.
How not to assign values in JS
let boots
// Value assignemnt anti-pattern
if (boots = 'green') {
console.log(boots);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment