# fed-01-advanceCode **Repository Path**: F_tree/advanceCode ## Basic Information - **Project Name**: fed-01-advanceCode - **Description**: 大前端作业&笔记: part1 js 深度剖析 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-18 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # advanceCode ### 介绍 part1 js深度剖析 ### 函数式编程 - 函数是一等公民 - 高阶函数 - 闭包 - 纯函数 - 柯里化 - 函数组合 - Lodash - 函子 ### JS异步编程 - 同步模式和异步模式 - 回调函数 - Promise - Generator 异步方案 - Async 函数 ### 手写Promise - Promise 核心实现逻辑 - then 链式调用处理 - Promise.all 实现 - Promise.resolve 实现 - finally 方法实现 - catch 方法实现 - ### 加餐 - 函子 - 闭包 - 宏任务和微任务 - 面试题