Single Threaded So basically script is a single thread language which means it runs one line at a time it is not multitasker.so When it receives the code that is going to take time it runs the other code and comes back to that code when it is done but it cannot do that alone so it takes the help of browser to complete this task browser(made up of c++) contain Synchronous & A synchronous synchronous programming में एक TIME में एक ही चीज को LINE TO LINE चलाताहै । जब हम किसी function को कॉल करते हैं जो लंबे समय तक चलने वाली क्रिया करता है, तो कार्रवाई समाप्त होने पर यह परिणाम देता है। यह कार्रवाई के समय के लिए प्रोग्राम को रोक देता है। इसके विपरीत, एसिंक्रोनस प्रोग्रामिंग एक ही समय में कई चीजें होने देती है। जब हम कोई क्रिया शुरू करते हैं, तो प्रोग्राम चलता रहता है। जब कार्रवाई समाप्त हो जाती है, तो कार्यक्रम को सूचित किया जाता है और परिणाम प्राप्त होता है। आइए एक उदाहरण का उपयोग करके सिंक्रोनस और एसिंक्रोनस प्रोग्रामिंग की तुलना करें: एक प्रोग्राम जो नेटवर्क से दो संसाधन प्राप्त