Salesqueen Software Solution

Download Free Estimation Now Click Here
Notifications
Clear all

what are the scope in javascript

2 Posts
3 Users
0 Reactions
157 Views
Posts: 100
Topic starter
(@sowmiya)
Estimable Member
Joined: 2 years ago

scope in javascript

1 Reply
Posts: 100
 Kavi
(@kavi)
Estimable Member
Joined: 2 years ago

A new scope is created by each function in JavaScript. A function's declared variables cannot be accessed or seen from outside the function. When declared inside a function, variables declared using var, let, and const are quite similar to one another.

Reply
Share: