After exploring the history, I wanted to learn how our browser actually runs JavaScript code. 🖥️ Today, I learnt what a JS engine is and how it runs JavaScript:- 1️⃣ A JS engine is a program written ...
In the previous article, we organized the basic workflow of Git operations. Make changes. Check them. Stage them. Commit them. Create a branch if necessary. Push to GitHub. Git is not just for saving ...