In JavaScript, we can declare variable using three different keywords: var : create a variable globally available throughout the programs. let : create a variable available just the block of code ...