1.

Which of the following is the correct way to get an extension of a file?

A. fs.extname(main.js)
B. path.extname(main.js)
C. os.extname(main.js)
D. None of the above.
Answer» C. os.extname(main.js)


Discussion

No Comment Found