demo icon indicating copy to clipboard operation
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

issues

https://github.com/xuexb/demo/issues