Relative Content

Tag Archive for ecmascript

What is JavaScript, really?

All this started when I was looking for a way to test my webpage for JavaScript conformance like the W3C HTML Validator. I have not found one yet. So let me know if you know of any…

what will EcmaScript 6 bring to the table for us [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. Our company ported moderate chunks of business logic […]

Could it be possible to add the integer type to the ECMAScript standard?

In JavaScript, every number you will ever use will always be represented with what C programmer would call a double. The official type is I believe number. If I recall correctly, that fact was mentioned by Google as a “fundamental” problem with JavaScript and one of the reason why they wanted to have clean break with Dart. Now, I can’t help but wonder :

Could it be possible to add the integer type to the ECMAScript standard?

In JavaScript, every number you will ever use will always be represented with what C programmer would call a double. The official type is I believe number. If I recall correctly, that fact was mentioned by Google as a “fundamental” problem with JavaScript and one of the reason why they wanted to have clean break with Dart. Now, I can’t help but wonder :

Could it be possible to add the integer type to the ECMAScript standard?

In JavaScript, every number you will ever use will always be represented with what C programmer would call a double. The official type is I believe number. If I recall correctly, that fact was mentioned by Google as a “fundamental” problem with JavaScript and one of the reason why they wanted to have clean break with Dart. Now, I can’t help but wonder :