Note:let,constandvarare all hoisted. This means that their logical position of definition is the top of their enclosing scope (block or function). However, variables declared usingletandconstcannot be read or assigned to until control has passed the point of declaration in the source code. The...