Multiple choice technology web technology

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 (like Node.js or older server-side JS implementations), the File object provides file system operations. Function and Date are core language objects available on both client and server. FileUpLoad is client-side HTML form handling.