Skip to content

Instantly share code, notes, and snippets.

@QuatoHub
Last active September 11, 2021 09:06
Show Gist options
  • Save QuatoHub/09dde141ec15b0c14493727d6ff07793 to your computer and use it in GitHub Desktop.
Save QuatoHub/09dde141ec15b0c14493727d6ff07793 to your computer and use it in GitHub Desktop.
let x;
// 할당문은 표현식인 문이다.
console.log((x = 10)); // 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment