Skip to content

Instantly share code, notes, and snippets.

@ozelfatih
Created January 11, 2017 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozelfatih/4ce70ae64d4753a0dd2d64ec905f9394 to your computer and use it in GitHub Desktop.
Save ozelfatih/4ce70ae64d4753a0dd2d64ec905f9394 to your computer and use it in GitHub Desktop.
JavaScript dilindeki değişken yapısına bir kaç örnek.
var example_string = 'Hello world!';
var example_boolean = true;
var example_number = 42;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment