Multiple choice general knowledge

Choose the server-side JavaScript object:

  1. FileUpLoad

  2. Function

  3. File

  4. Date

Reveal answer Fill a bubble to check yourself
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.