demo
demo copied to clipboard
常用的一些东西和测试
demo
测试的demo,仓库在 https://github.com/xuexb/demo, 预览在 https://github.xuexb.com
使用 mdjs 提供web浏览服务
es5
- [x] Object.keys
- [x] Date.now
- [ ] Date.parse
- [x] Array.isArray
- [x] JSON.parse
- [x] JSON.stringify
- [ ] Function.prototype.bind
- [x] String.prototype.trim
- [x] Array.prototype.map
- [x] Array.prototype.forEach
- [x] Array.prototype.lastIndexOf
- [x] Array.prototype.every
- [x] Array.prototype.some
- [x] Array.prototype.filter
- [ ] Array.prototype.reduce
- [ ] Array.prototype.reduceRight
- [x] [Strict mode](./demo/es5/Strict mode/README.md)
es6
- [ ] 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
PPT
links
- 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 互助学习的项目。接受组件开发的挑战,提交代码让他人评论你的代码以提高