ECMA
ECMA
ecmascript
Closures in ECMAScript are:. The code for the function is not limited to ECMAScript . ECMAScript 2015在所有浏览器中部分支持.ECMAS 2015 is supported in all major browsers.This proposal later became known as ECMAScript 3.1. 现在,JavaScript只是ECMAScript 的商业名称。 JavaScript is just the commercial name for ECMAScript .
ECMAScript 文档不是用来帮助脚本程序员的;The ECMA document is not intended to help script programmers; 结果就是这个新语言的标准,就叫做ECMAScript . This results in a new language standard, known as ECMAScript . 每个ECMAScript 版本都要经过一个审核起稿的过程。 All features in ECMAScript go through a formal proposal process. 为编制第四版ECMAScript ,人们做了大量的工作。 Significant work was done to develop a fourth edition of ECMAScript . 使用EcmaScript 2015的Class进行对象分配(class). Allocating objects from an EcmaScript 2015 Class(class). JavaScript支持ECMAScript 规范中列出的所有功能。 JavaScript supports all functionality outlined in the ECMA specification. ECMAScript 中的对象在一些意义上是多态的(polymorphic)。Objects in ECMAScript are polymorphic in several meanings. Harmony是EcmaScript 在TC39协议达成的名字。 Harmony is the name of the agreed trajectory of EcmaScript in TC39. JavaScript将总会包含某些ECMAScript 规范中所没有的特性;. JavaScript will always include features that are not part of the ECMA specification; Next是ECMAScript 下一版规范的开发代号(codename)。 Next is the code name of the next version of ECMAScript . 它还提供了ECMAScript 标准中未包含的附加功能。 It also provides additional features that are not included in the ECMA Standards.". ECMAScript(ES)是由ECMAScript 国际标准化的脚本语言规范。 ECMAScript(ES) is a scripting language specification standardized by ECMAScript International. JavaScript:ECMAScript 标准的各种实现的最常用称呼。 JavaScript: The commonly used name for implementations of the ECMAScript standard. ECMAScript 规范的第三版在JavaScript1.4发布时尚未最终完成。The third version of the ECMA specification was not finalized when JavaScript 1.4 was released. 在实践中,术语ECMAScript 和JavaScript可以互换使用-它们是同一语言的两个名称。 In practice, the terms ECMAScript and JavaScript can be used interchangeably- they are two names for the same language. ECMAScript 规范的第三版在JavaScript1.4发布时尚未最终完成。The second version of the ECMA specification had not been finalized when JavaScript 1.3 was released. 然而,对于其值,ECMAScript 只要求必须是16位无符号整数,除此之外没有任何限制或要求。 However, for its value, ECMAScript only requires a 16-bit unsigned integer, and there are no restrictions or requirements. ECMAScript 5成为了最受支持的JavaScript版本之一,也成为了很多转译器的编译目标。ECMAScript 5 became one of the most supported versions of JavaScript, and also became the compiling target of many transpilers. 除了这六种基本类型,ECMAScript 标准也定义了一个object类型,它是一个键值对存储. In addition to these six primitive types, the ECMAScript standard also defines an Object type, which is simply a key-value store. ECMAScript 标准建立在一些原有的技术上,最为著名的是JavaScript(网景)和JScript(微软)。ECMA Standard is based on several originating technologies, the most known being JavaScript(Netscape) and JScript(Microsoft). Chrome和FF以及IEEdge支持的带有ECMAScript 6标准的Javascript,您可以使用spread运算符:. Javascript with ECMAScript 6 standard which is supported by Chrome and FF and IE Edge, you can use the spread operator:. ECMAScript 引擎是执行用某个版本的ECMAScript 语言标准比如JavaScript写的源代码的程序。An ECMAScript engine is a program that executes source code written in a version of the ECMAScript language standard, for example, JavaScript. 现在大多数浏览器都支持带有ECMAScript 5标准的Javascript,您可以使用apply()将array1附加到array2。 Javascript with ECMAScript 5 standard which is supported by most browsers now, you can use apply() to append array1 to array2. JSX是一种类似XML/HTML的语法,它使用React扩展ECMAScript ,以便类似XML/HTML的文本可以与JavaScript/React代码共存。 JSX is an XML/HTML-like syntax used by React that extends ECMAScript so that XML/HTML-like text can co-exist with JavaScript/React code.
Display more examples
Results: 29 ,
Time: 0.0244