Choose the server-side JavaScript object?

  1. FileUpLoad

  2. Function

  3. File

  4. Date


Correct Option: C

AI Explanation

To answer this question, we need to understand the concept of server-side JavaScript objects.

Option A) FileUpLoad - This option is incorrect because FileUpLoad is not a built-in server-side JavaScript object.

Option B) Function - This option is incorrect because Function is a built-in JavaScript object, but it can be used both on the server-side and the client-side.

Option C) File - This option is correct because File is a built-in server-side JavaScript object that represents a file on the server.

Option D) Date - This option is incorrect because Date is a built-in JavaScript object, but it can be used both on the server-side and the client-side.

The correct answer is C) File. This option is correct because File is a specific server-side JavaScript object that represents a file on the server.

Find more quizzes: