News

In today’s tutorial, we’re going to learn how to declare, interact, and scope variables in JavaScript. We’ll introduce new concepts and important JavaScript keywords like var, let and const.
What this means is that in JavaScript, you don’t need to declare a variable type. JavaScript will happily use the same variable for numbers, strings, and objects.