Choose the server-side JavaScript object:
-
FileUpLoad
-
Function
-
File
-
Date
C
Correct answer
Explanation
In server-side JavaScript environments like Node.js, the File object provides file system operations for reading and writing files. Function and Date are core JavaScript objects available in both client and server environments. FileUpload is not a standard JavaScript object.