Scope of variable declared using const in javascript

What is the scope of the variable declared with const datatype?
ex : const a=30;