Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Created June 21, 2016 02:41
Show Gist options
  • Save nishinoshake/d54da39b55823dde79fca55a37c63bbf to your computer and use it in GitHub Desktop.
Save nishinoshake/d54da39b55823dde79fca55a37c63bbf to your computer and use it in GitHub Desktop.
Javascriptにおける参照渡し
プリミティブ型は値渡し。
オブジェクトは参照渡しになる。
関数の中でオブジェクトをいじったらもとのオブジェクトもかわる。
値を渡してるわけじゃないので当たり前ですが・・・びっくり。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment