...

/

Quiz Yourself on Node.js and Express.js

Quiz Yourself on Node.js and Express.js

Test yourself on what you learned this chapter.

We'll cover the following...
1

(Select all that apply.) Which functions are asynchronous?

A)

fs.writeFile()

B)

fs.readFile()

C)

fs.writeFileSync()

D)

fs.exists()

E)

All of the above

Question 1 of 60 attempted