Questions tagged [ecma262]

ECMA-262 is a Standard defining the ECMAScript scripting language also known as JavaScript.

ECMA-262 is a Standard defining the ECMAScript scripting language also known as JavaScript. For complete reference read the standard it self at: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf

145 questions
0
votes
1 answer

What means >>> character in javascript

Today i reading some article on MDN and find something new to me.in this link on line 11 i find some thing like this : var t = Object( this ), len = t.length >>> 0, k = 0, value; the full code is : if ( 'function' !== typeof…
MBehtemam
  • 7,865
  • 15
  • 66
  • 108
0
votes
0 answers

fix error when passing string xyz-009 into javascript function

So I am passing a string into a javascript function. for example: function dothis(x,y,z){ something } dothis(year,month,contract); // contract = "A10-009_xyz" I know this has something to do with the way javascript deals with 08 and 09, but I…
3dsanity
  • 31
  • 1
  • 4
0
votes
1 answer

how to generate a vxml tag through adynamic ecma/javascript expression

I am having issues with the following scenario: my vxml has the following snippet: