Created
August 2, 2017 11:55
-
-
Save ahmeturganci/4316c4137c0324bf4fb3c42c33c9a3bc to your computer and use it in GitHub Desktop.
Javascript yazarken karşılaştığım basit hatalar ve çözümler.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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