Matching problem

Report a typo

Match the fs methods and their functions.

Match the items from left and right columns
​​​​​​fs.mkdirSync()
fs.readdir()
fs.rmdir()
fs.renameSync()
creates a directory synchronously
deletes a directory asynchronously
reads a directory asynchronously
renames a directory synchronously
___

Create a free account to access the full topic