ecmascript 5

[1/1]

  1. Understanding `var` in JavaScript (ES5): When to Use It and When to Move On
    var is used to declare variables in JavaScript.A variable is a named storage location that holds a value in your program