Skip to content
ythy edited this page May 26, 2020 · 144 revisions

Jquery

CSS

ECMAScript

  • promise chains 项目应用
  • Array Sort
  • block-scoped
  • Function.name 的错误使用
  • Map Constructor argument: new Map(iterable) IE 不支持
  • setTimeout常见问题
  • 闭包理解
  • this 深入理解
  • 日期初始化格式 new Date('1995-12-17T03:24:00'); IE需要T间隔
  • elem.ontouchstart=callback 无效时,用elem.addEventListener('touchstart', callback)
  • new date('2011-01-01T10:11:30Z') 格式化在chrome浏览器会加时区换算 比实际多8小时
  • For key-related events, which relates to the key that has been pressed.returns the same value as the event's keyCode property
  • ECMAScript-Annotate
  • The await operator is used to wait for a Promise. It can only be used inside an async function. 因此,await的返回值就是promiseresolve的值

TypeScript

React

Flex

Android

Webpack

Others

Clone this wiki locally