书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 2292 个相关结果.
  • Other String Changes

    Other String Changes Methods for Identifying Substrings The repeat() Method Other String Changes JavaScript strings have always lagged behind similar features of other langua...
  • A Grammar

    A Grammar A Grammar This appendix contains a summary of the grammar found in the main document. As described in section 2.1 , the TypeScript grammar is a superset of the gramma...
  • 支持 JSX

    支持 JSX 支持 JSX TypeScript 支持 JSX 转换和代码分析,如果你还不了解 JSX,官网 上有关于它的摘要: JSX is an XML-like syntax extension to ECMAScript without any defined semantics. It's NOT intended to be imple...
  • Improved Array Capabilities

    Improved Array Capabilities Improved Array Capabilities The array is a foundational JavaScript object. But while other aspects of JavaScript have evolved over time, arrays rema...
  • Symbols and Symbol Properties

    Symbols and Symbol Properties Symbols and Symbol Properties Symbols are a primitive type introduced in ECMAScript 6, joining the existing primitive types: strings, numbers, boo...
  • parser

    @babel/parser Credits API babelParser.parse(code, [options]) babelParser.parseExpression(code, [options]) Options Output Semver Example Plugins Miscellaneous Language ext...
  • What you need to know about this book

    1909 2019-05-03 《Exploring ES6》
    What you need to know about this book Audience: JavaScript programmers Why should I read this book? How to read this book Sources of this book Glossary Strict mode versus slopp...
  • javascript快速入门8—值,类型与类型转换

    javascript快速入门8—值,类型与类型转换 原始值和引用值 原始类型 类型转换 强制类型转换 javascript快速入门8—值,类型与类型转换 原始值和引用值 在ECMAScript中,变量可以存放两种类型的值,即原始值和引用值。 原始值(primitive value)是存储在栈(stack)中的简单数据段,也就是说,它们...
  • parser

    @babel/parser Credits API babelParser.parse(code, [options]) babelParser.parseExpression(code, [options]) Options Output Semver Example Plugins Miscellaneous Language ext...
  • 重新打造规范

    927 2020-10-08 《JavaScript 20 年》
    重新打造规范 重组规范结构 新的术语 新的语义种类 重新打造规范 使用可执行、可测试的规范来表达 ECMAScript 语义的愿望,从新版 ES4 的工作中延续了下来。但使用 ML 作为规范语言的尝试已经被放弃了。在 Harmony 工作的早期,Allen Wirfs-Brook [2009 ] 提出了通过「以 ES5 JavaScript 编...