Search⌘ K

Quiz Yourself on Node.js and Express.js

Test yourself on what you learned this chapter.

We'll cover the following...
Technical Quiz
1.

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

A.

fs.writeFile()

B.

fs.readFile()

C.

fs.writeFileSync()

D.

fs.exists()

E.

All of the above


1 / 6