एक स्ट्रिंग को वैज्ञानिक संकेतन के साथ बदलने के लिए, Number फ़ंक्शन का उपयोग करें। इस फ़ंक्शन के लिए मान पास करें।
उदाहरण
एक स्ट्रिंग को सही संख्या प्रारूप में बदलने के लिए आप निम्न कोड को चलाने का प्रयास कर सकते हैं -
लाइव डेमो
<!DOCTYPE html> <html> <body> <script> document.write("String with Scientific Notation converted below:<br>"); document.write(Number("7.53245683E7")); </script> </body> </html>
आउटपुट
String with Scientific Notation converted below: 75324568.3