APAkash Palinakashpal.hashnode.dev·Jan 3, 2021 · 2 min readHow JavaScript code actually runs?This article is basically on describing the "behind the scenes" of the running of JavaScript code. If you have a little knowledge of programming then you may be assuming that you write a code in JavaScript and then it is converted into machine code a...00
APAkash Palinakashpal.hashnode.dev·Dec 30, 2020 · 2 min readWhat is JavaScript?JavaScript is a scripting language used to make webpages alive. Basically,there are two types of scripting the first one is Server Side Scripting and the second one is Client Side Scripting. JavaScript can be used for both type of scripting. What is ...00