Variables in JavaScript

Variable data store karta hai.

Types

Example

let name = "Umair";
const age = 20;
Back