`
yiyanwan77
  • 浏览: 183524 次
  • 性别: Icon_minigender_1
  • 来自: 威海
社区版块
存档分类
最新评论

JavaScript Core Index

阅读更多

JavaScript Core Index

Below is a listing of all classes in the JavaScript Core namespace. Click on a class to visit its documentation.

ClassIE
Mozilla
Netscape
Opera
Safari
An array of parameters passed to a function.
4.0+ 1.0+ 3.0+ 7.0+ 1.0+
An array is an ordered list of elements.
4.0+ 1.0+ 3.0+ 7.0+ 1.0+
The Boolean object is an object wrapper for a boolean value.
3.0+ 1.0+ 3.0+ 7.0+ 1.0+
Lets you work with dates and times.
3.0+ 1.0+ 2.0+ 7.0+ 1.0+
Enumerator is a proprietary Microsoft object that iterates over items in a group.
4.0+ no no no no
Represents a runtime error.
5.0+ 1.0+ 6.0+ 7.0+ 1.0+
The EvalError is thrown when the eval method is used incorrectly.
5.0+ 1.0+ 6.0+ no no
Every function in JavaScript is actually a Function object.
4.0+ 1.0+ 3.0+ 7.0+ 1.0+
The Global object is the parent of all globally avaliable properties and methods.
3.0+ 1.0+ 2.0+ 7.0+ no
A built-in object that has properties and methods for mathematical constants and functions. For example, the Math object's PI property has the value of pi.
3.0+ 1.0+ 2.0+ 7.0+ 1.0+
Lets you work with numeric values. The Number object is an object wrapper for primitive numeric values.
3.0+ 1.0+ 3.0+ 7.0+ 1.0+
Object is the primitive JavaScript object type. All JavaScript objects are descended from Object. That is, all JavaScript objects have the methods defined for Object.
4.0+ 1.0+ 2.0+ 7.0+ 1.0+
Thrown when a number is out of its appropriate range.
5.0+ 1.0+ 6.0+ no no
Thrown if reading a variable that does not exist.
5.0+ 1.0+ 6.0+ no no
Pattern for a regular expression.
4.0+ 1.0+ 4.0+ 7.0+ 1.0+
Represents the characters of a string.
3.0+ 1.0+ 2.0+ 7.0+ 1.0+
A SyntaxError is thrown if there is a syntax error in the JavaScript code.
5.0+ 1.0+ 6.0+ no no
A TypeError is thrown when a value is a different type than what was expected.
5.0+ 1.0+ 6.0+ no no
A URIError is thrown when there is an exception with URI encoding or decoding.
5.0+ 1.0+ 6.0+ no no
分享到:
评论

相关推荐

    JavaScript权威指南

    Part I: Core JavaScript Chapter 2. Lexical Structure Section 2.1. Character Set Section 2.2. Case Sensitivity Section 2.3. Whitespace and Line Breaks Section 2.4. Optional Semicolons ...

    javascript权威指南(第六版)

    1.1 Core JavaScript 4 1.2 Client-Side JavaScript 8 Part I. Core JavaScript 2. Lexical Structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ....

    CryptoJS-v4.0.0下载,为JavaScript提供了各种各样的加密算法的JavaScript库

    CryptoJS(crypto.js)是一个为JavaScript提供了各种各样的加密算法的JavaScript库。 作用:用前端框架加密后再进行传输,以提高密码传输过程中的安全性。 aes.js, bower.json, cipher-core.js, core.js, crypto-js....

    Beginning JavaScript 4th Edition Oct 2009

    Appendix B: JavaScript Core Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . 665 Appendix C: W3C DOM Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 697 Appendix...

    htmlunit-core-js-2.27-API文档-中英对照版.zip

    赠送jar包:htmlunit-core-js-2.27.jar; 赠送原API文档:htmlunit-core-js-2.27-javadoc.jar; 赠送源代码:htmlunit-core-js-2.27-sources.jar; 赠送Maven依赖信息文件:htmlunit-core-js-2.27.pom; 包含翻译后...

    推荐一些非常不错的javascript学习资源站点

    http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference Mozilla 开发者网络(MDN)是 Mozilla 基金会提供的一个免费的在线文档,提供了大量的 JavaScript 相关内容,包括 JavaScript 语言参考、开发...

    htmlunit-core-js-2.27-API文档-中文版.zip

    赠送jar包:htmlunit-core-js-2.27.jar; 赠送原API文档:htmlunit-core-js-2.27-javadoc.jar; 赠送源代码:htmlunit-core-js-2.27-sources.jar; 赠送Maven依赖信息文件:htmlunit-core-js-2.27.pom; 包含翻译后...

    flatten-js:二维几何的Javascript库

    TypeScript用户可以利用包中包含的打字稿定义文件index.d.ts进行静态类型检查。 flatten-js不太关注可视化。 无论如何,所有类都实现svg()方法,该方法返回可以插入SVG容器的字符串。 它与库一起很好地工作,...

    jquery1.9.1中文版

    core_indexOf = core_deletedIds.indexOf, core_toString = class2type.toString, core_hasOwn = class2type.hasOwnProperty, core_trim = core_version.trim, //规定一个jQuery本地代码 //构建jQuery对象 ...

    ralph:Ralph是一种Lisp-1方言,可编译为JavaScript

    替换要启动基于Node.js的本地REPL,请运行: $ NODE_PATH=core node repl.js 要启动基于浏览器的远程REPL,请安装 ,生成浏览器评估程序,使用--remote选项启动REPL,然后在浏览器中打开index.html : $ NODE_PATH=~...

    javascript-intro-to-functions-lab

    JavaScript 函数实验室介绍 目标 练习书写功能 解释使用字符串的基础知识 解释return和日志记录的区别 练习使用return和console.log() 介绍 欢迎来到 JavaScript 函数实验室!...const babel = require ( 'babel-core'

    sudoku:使用javascript和打字稿开发的数独游戏

    js 用于存放typescript逻辑代码以及生成的javascript代码 core 核心逻辑代码 ui 样式部分逻辑代码 index.ts 逻辑代码入口 less less样式表文件 node_modules 安装的node包 gulfiles.js gulp配置文件 package.json ...

    javascript-intro-to-functions-lab-abcp

    现在,在文本编辑器中打开index.js 。 您应该什么也看不到。 我们会尽快解决。 现在打开test/root.js 嘿,有东西! 这些东西都在做什么? 在文件的最顶部,您会看到 global . expect = require ( 'expect' ) ; ...

    sagittarius::bullseye:一组javascript最常用的工具

    一组javascript最常用的工具。 | | 入门。 安装: npm i sagittarius-core const { random , isEmpty } = require ( 'sagittarius-core' ) // Or install needed utils separately // const random = require('...

    JavaScript-leetcode-learn:JavaScript算法与数据结构学习

    安装npm install --save-dev jestnpm install babel-jest babel-core@^7.0.0-bridge.0 @babel/core regenerator-runtime babel-preset-env编辑package.json { "scripts": { "test": "jest" }}编辑.babelrc { ...

    javascript-intro-to-functions-lab-js-apply-000

    现在,在文本编辑器中打开index.js 。 您应该什么也看不到。 我们会尽快修复。 现在打开test/root.js 嘿,有什么! 这些东西都在做什么? 在文件的最顶部,您会看到 global . expect = require ( 'expect' ) ; ...

    javascript-intro-to-functions-lab-js-intro-000

    现在,在文本编辑器中打开index.js 。 您应该什么也看不到。 我们会尽快解决。 现在打开test/root.js 嘿,有什么! 这些东西都在做什么? 在文件的最顶部,您会看到 global . expect = require ( 'expect' ) ; ...

    javascript-intro-to-functions-lab-js-intro-kwk

    JavaScript 函数实验室介绍 目标 练习书写功能 解释使用字符串的基础知识 解释return和日志记录的区别 练习使用return和console.log() 介绍 欢迎来到 JavaScript 函数实验室!...const babel = require ( 'babel-core'

    javascript-in-to-functions-lab-bootcamp-prep-000

    JavaScript函数实验室简介目标练习写作功能解释使用字符串的基础知识解释return和记录之间的区别练习使用return和console.log()介绍欢迎来到JavaScript函数实验室! 您会在本课程中注意到一些以前从未遇到过的新事物...

    bayon-core:支持 ECMAScript 6 的服务器端 JavaScript MVC 框架

    index = function ( ) { this . send ( 200 , 'Hello World!' ) ;} ;快速开始在 [app root] 目录中打开并修改 route.js 如下 module . exports = { root : { handler : 'Greeting@talk' , // say which controller ...

Global site tag (gtag.js) - Google Analytics