Const ES6 Constants in Javascript - ECMAScript 6

Const

In ECMAScript 6 we have const variable arrived. Does it work the same as C++ const?
Not exactly. I would even say, “not at all”.
When you declare something with const in ECMAScript 6, it means that the identifier can’t be reassigned.

What does it mean?

Read more ...

ECMAScript 6 ECMAScript 6 review, explanation, comparsion with ECMAScript 5

HI. If you are here. It seems you’ve heard about ECMAScript 6, and want to know more.

If we’ll check Wikipedia, it says that ECMAScript is a ‘trademarked scripting-language specification’. It means that ES - it’s a specification or in another words standards of scripting languages, such as JavaScript, ActionScript, Jscript. ECMAScript it is actually core of that languages, standards they are based at.

Read more ...

Welcome to Javascript Blog

Hello World everyone!

Welcome to blog about javascript. Let read some interesting things about it.

Read more ...