It is possible in JavaScript to declare variables without using var, let or const keywords. (i.e) without using any keyword. What happens if a variable is declared without using any keyword outside a ...