Top "Ecmascript-5" questions

ECMAScript is the name of the Ecma International Standard 262.

Access the value of Symbol(id) property on an object

I have an object fetched from 3rd party API as shown below: { name:"Luke Skywalker", __typename:"People", Symbol(id):"ROOT_…

javascript ecmascript-6 ecmascript-5
Mixed default and named exports in Node with ES5 syntax

All my experience with exporting/importing modules has come in ES6 using export and import, where you can do something …

javascript node.js node-modules ecmascript-5
How to write device drivers in Javascript?

Is it possible to write hardware drivers in Javascript? What would be the steps required for such a task? Also, …

javascript driver linux-device-driver ecmascript-5
error TS1056: Accessors are only available when targeting ECMAScript 5 in gulp-typescript

I'm coming up with an this error message while transcompiling TS to JS using gulp-typescript. I'm attempting to use an …

typescript ecmascript-5 tsconfig gulp-typescript
Which (javascript) environments support ECMAscript 5 strict mode? (aka "use strict")

ECMAScript 5 is in its final draft as I write this; It is due to include a strict mode which will …

javascript strict ecma262 ecmascript-5
type="text/ecmascript" vs type="text/javascript"

I was reading a book about learning JavaScript, and there was these paragraphs: ...in middle of 1997, Microsoft and Netscape, with …

javascript ecmascript-5