KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
font-end-53
★ 9
Open GitHub ↗
前端的五年高考三年模拟
Download README (.md)
Explore Similar Repositories
ssma
:
samp-servers.net mobile application
Nucleus_detection
:
Automate nucleus detection
goproxy-tunnel-server
:
A server to manage goproxy tunnel, thanks snail007's goproxy: https://github.com/snail007/goproxy
GMX
:
GMX——tools
laravel-passport-api
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
font-end-53
?
Download (.md)
# font-end-53 前端的五年高考三年模拟 ### HTML 与 CSS 基础题 ##### [实现一个 div 水平垂直居中](./demo/css/vCenter.html) ### javaScript 基础题 > 手写函数系列( 手写基础 ) #### [手写节流函数](./demo/writeBase/throttle.html) #### [手写防抖函数](./demo/writeBase/debounce.html) #### [手写 instanceof](./demo/writeBase/instanceof.html) #### [手写 call 函数](./demo/writeBase/call.html) #### [手写 apply 函数](./demo/writeBase/apply.html) #### [手写 bind 函数](./demo/writeBase/bind.html) #### [手写记忆函数](./demo/writeBase/memorize.html) #### [手写数组去重](./demo/writeBase/ArrayUnique.html) #### [手写柯里化函数](./demo/writeBase/curry.html) #### [手写数组扁平化](./demo/writeBase/flatten.html) #### [手写 Promise](./demo/writeBase/promise.html) #### [手写 async/await](./demo/writeBase/asyncAwait.html) #### [使用 JavaScript Proxy 实现简单的数据绑定](./demo/writeBase/dataBind.html) #### [手写 new 操作符](./demo/writeBase/new.html) ### javaScript 实战题 > 具体场景编程题 #### [实现特定场景下的链式调用](./demo/scene/01.html) #### [实现特定场景下对象转数组](./demo/scene/02.html) #### [如何把一个字符串的大小写取反(大写变小写小写变大写),例如 ’AbC' 变成 'aBc'](./demo/scene/03.html) > 论述题 #### [分析比较 opacity: 0、visibility: hidden、display: none 优劣和适用场景](./demo/description/01.md) #### [关于 const 和 let 声明的变量不在 window 上](./demo/description/02.md) #### [Vue 的响应式原理中 Object.defineProperty 有什么缺陷?](./demo/description/03.md) #### [介绍下 webpack 热更新原理,是如何做到在不刷新浏览器的前提下更新页面](./demo/description/04.md) #### [数组里面有10万个数据,取第一个元素和第10万个元素的时间相差多少](./demo/description/05.md) #### [以下代码的执行结果是?](./demo/description/06.md) #### [var、let 和 const 区别的实现原理是什么](./demo/description/07.md) #### [介绍下前端加密的常见场景和方法](./demo/description/08.md) #### [(京东)写出如下代码的打印结果](./demo/description/09.md) ### javaScript 提高题 > 手写 JavaScript 工具 #### [手写随机算法](./demo/random.html) #### [手写 JSON 解析器](./demo/jsonParse.html) #### [手写排序算法](./demo/rank.html) #### [手写 webpack 组件](./demo/webpackPlugin.html) #### [手写简易打包工具](./demo/package.html) 未完待续……