Skip to content

Instantly share code, notes, and snippets.

@muzafferkoluman
Created January 4, 2018 12:18
Show Gist options
  • Save muzafferkoluman/f05e1979770ab126879ba6bb5eb2d1e2 to your computer and use it in GitHub Desktop.
Save muzafferkoluman/f05e1979770ab126879ba6bb5eb2d1e2 to your computer and use it in GitHub Desktop.
Var öldü artık :)
Javascripte var is dead :)
Onun yerine artık Const(global) ve Let(local) kullanılıyor.
Akabinde Const sabit değiştirilemez, Let değiştirilebilir.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment