# macro-micro-task **Repository Path**: wangzhaoyv/macro-micro-task ## Basic Information - **Project Name**: macro-micro-task - **Description**: 模拟宏任务和微任务 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-09-27 - **Last Updated**: 2024-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: 宏微任务, 模拟 ## README # macro-micro-task ### 介绍 简单的模拟宏任务和微任务执行过程 ### 安装 ```bash npm install ``` ### 运行 ```bash npm run dev ``` ### 浏览 1. vscode 安装 Live ServerPP 插件 2. 点击 vscode 的底部状态栏的 Go Live 以服务的形式打开 ### 文件说明 1. eventLoop.js 模拟宏微任务的执行 2. index.js 使用模拟版本执行的测试代码 3. main.js 使用 promise setTimeout 的测试代码