Skip to content

Instantly share code, notes, and snippets.

@ahmeturganci
Created August 2, 2017 11:55
Show Gist options
  • Save ahmeturganci/4316c4137c0324bf4fb3c42c33c9a3bc to your computer and use it in GitHub Desktop.
Save ahmeturganci/4316c4137c0324bf4fb3c42c33c9a3bc to your computer and use it in GitHub Desktop.
Javascript yazarken karşılaştığım basit hatalar ve çözümler.
1------------------------------------------
javascript float parse
1.634l32434 verinin 1.6 şeklinde görülmesi için
var deger = 1.634l32434
print(deger.toFixed(2));
2------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment