Introduction to JavaScript
Features of JS
JS is a interpreted language (it goes line by line while executing).
Browsers can understand JS for frontend as well as backend also.
Single Threaded Nature of JS
JS is single threaded, it can use only single core at a time of you...
rudraiitm.hashnode.dev1 min read