Var, const, & let are keywords used to declare variables in javascript, variables are a fundamental concept in the programming language, variables are what programmers use to name a value so as to reuse, update and simply keep track of the value. the...