测试的demo,仓库在 https://github.com/xuexb/demo, 预览在 https://github.xuexb.com
使用 mdjs 提供web
浏览服务
- Object.keys
- Date.now
- Date.parse
- Array.isArray
- JSON.parse
- JSON.stringify
- Function.prototype.bind
- String.prototype.trim
- Array.prototype.map
- Array.prototype.forEach
- Array.prototype.lastIndexOf
- Array.prototype.every
- Array.prototype.some
- Array.prototype.filter
- Array.prototype.reduce
- Array.prototype.reduceRight
- [Strict mode](./demo/es5/Strict mode/README.md)
- arrows
- classes
- enhanced object literals
- template strings
- destructuring
- default + rest + spread
- let + const
- iterators + for..of
- generators
- unicode
- modules
- module loaders
- map + set + weakmap + weakset
- proxies
- symbols
- math + number + string + array + object apis
- binary and octal literals
- promises
- reflect api
- tail calls
- http://es6.ruanyifeng.com/
- javascript客户端检测技术
- https://developer.mozilla.org/zh-CN/docs/Web/JavaScript
- https://dn-life-js.qbox.me/src/utils/device.js?_v=20150522001
- 兼容性查询
- es5
- es6
- js挑战 一个 JavaScript 互助学习的项目。接受组件开发的挑战,提交代码让他人评论你的代码以提高