How JavaScript Works? | The Complete Story

🍒 Related Videos Next Part:    • Execution Context and Call Stack in JavaSc...   Prev. Part:    • 2 Things You Should Know Before Learning H...   My References 1. https://v8.dev/blog/ 2. https://blog.birost.com/a?ID=00650-d0... 3. https://stackoverflow.com/questions/6... đź’– Channel Support ➤ Paypal: https://bit.ly/3L36ut4 ➤ UPI App: https://geni.us/ScanQRCode ➤ Amazon: https://geni.us/AmazonAffiliated đź’Ś For Business Inquiries ➤ [email protected] 🚶‍♂️ Follow us Facebook :   / codaffection   Discord :   / discord   Twitter :   / codaffection   --- How JavaScript Works: Behind The Scene The intention of this behind-the-scenes JavaScript video is to give you the necessary knowledge of the JavaScript engine and its workings without complicating things with unnecessary details. In brief, in the V8 engine, there are three components: the Parser, Ignition, and Turbofan. that's it parser generates the Abstract Syntax Tree, which is a representation of the program through a tree data structure. It then leads to Ignition, where the program is translated to lower-level object code. after all, TurboFan does the optimization when necessary. #JavaScript #JavaScriptBeginnersTutorial #CodAffection