Understanding Hoisting in JS ยท So as we know JavaScript is synchronous by default i.e. JS run line by line. For example, observe the code below and tell...