Skip to content

supersheep/js-async-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-async

这个项目用于演示如何js异步编程

我们拟定一下需求:

在source文件夹下有三个文件,其中一个位于子目录中

我们把他们拷入result文件夹中,并对他们进行处理

如果发现一个文件中存在"sad"字符串,就将其更改为"happy"

同时,所有文件中只要发现了这样的情况并且更改成功,就在命令行输出"no sad now",否则输出"already no sad"

async, promise 分别给出两种不同异步编程实践的实现以供参考。

About

演示js异步编程的几种写法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published