async 与 await

关于Promise 对象,阮一峰大神在Es6入门中写过,这里就不再累赘了!大家可以在本文底部,点击查看Promise 文档。其实Promise 最早是源于社区,jquery的deferred对象,也有类似Promise的实现。我之前在判断文章中所有图片是否加载完成一文中有所提及!今天主要讲讲Promise及Async/Await的一些应用。     阅读全文
AppleSun's avatar
AppleSun 7月 24, 2018

JavaScript数组方法对比

Javascript提供了多种新增,移除,替换数组元素的方法,但是有些会影响原来的数组;有些则不会,它是新建了一个数组。     阅读全文
AppleSun's avatar
AppleSun 7月 17, 2018

setTimeout(fn 0)与Promise的执行顺序

一道爆款面试题,考察 开发者对于promise 和 setTimeout的执行时间的情况,下面开始:     阅读全文
AppleSun's avatar
AppleSun 7月 13, 2018

vue 生命周期理解

请详细说下你对vue生命周期的理解?总共分为8个阶段创建前/后,载入前/后,更新前/后,销毁前/后     阅读全文
AppleSun's avatar
AppleSun 7月 10, 2018

类的创建于继承

ES5中关于类的创建 : new 一个function,在function的prototype里面增加属性和方法     阅读全文
AppleSun's avatar
AppleSun 7月 06, 2018

markdown语法

主要内容 Markdown是什么?谁创造了它?为什么要使用它?怎么使用?谁在用?尝试一下     阅读全文
AppleSun's avatar
AppleSun 7月 02, 2018

how to download videos from acFun

How to download videos from Acfun(原创,侵删) 作为一名A站死基佬,看到 有趣的视频的时候,第一时间想到的就是分享。然而 很多时候,我并不想直接分享A站源地址 出去,就想着 如果 我有这个 视频源地址 会不会更加的酷。     阅读全文
AppleSun's avatar
AppleSun 7月 02, 2018

21 top vueJS libs

21 Top Vue.js UI Libraries For Your App As the star-wars are raging, Vue.js recently passed React in the number of GitHub stars. Although still behind React in the sheer number of downloads according to NPM, the popularity of Vue.js seems to be growing. Like React, one of Vue’s best features is the ability to compose your UI using isolated and modular components. To help build your next application faster, here are some of the best UI component libraries out there in 2018.     阅读全文
AppleSun's avatar
AppleSun 7月 02, 2018

some tricks

requestAnimationFrame polyfill     阅读全文
AppleSun's avatar
AppleSun 7月 02, 2018

map forEach reduce的区别

JS中 map forEach reduce的区别应题主要求来个形象的:假设我们有一个数组,每个元素是一个人。你面前站了一排人。     阅读全文
AppleSun's avatar
AppleSun 7月 02, 2018