前端analysis | What,Why,Who,When,Where,How

《前端面试》- 前端知识体系重点

前端 面试 js
JS Event Loop 执行异步,会创建微任务或者宏任务,添加到对应的队列中等待处理 环境:从左到右执行 同步 微任务队列 宏任务 浏览器 console之类的 promise.then 等 setTimeout,setInterval等逐个执行 node 11- c ...
Read more

《Js》- js 性能提升

js 原生 性能
js code 优化提升性能 Chrome DevTool提升性能
Read more

《前端面试》- 算法耗时一览表

前端 面试 js 算法
排序算法时间复杂度 算法提升 唯有多练习 常见站点 UVa Online Judge 世界各大赛事的题目,包括由IBM赞助的ACM国际大学生程序竞赛 Sphere Online Judge 支持用更多语言解题(包括JavaScript) Coderbyte 用JavaSc ...
Read more

《Js》- js这些不得不了解的技巧,你使用过吗

js 原生 性能
Consolecopy12let x = {a:1,b:2,test:() =>{}}copy(x) //copy 所有属性,方法不支持到文本编辑器ctrl+v console.dir 查看所有对象的属性和方法 1console.dir(x) ...
Read more

《自动化测试》 - Cypress介绍

自动化测试 cypress selenium
Cypress介绍 Cypress优点 1.随时可截屏 - Cypress captures snapshots at the time of test execution. 2.不需要编写等待命令 - One doesn’t need to add explicit or implicit ...
Read more

《angular9》-Angular9 web性能优化

前端 angular 性能优化
angular web性能优化
Read more
上一页 下一页