Which JavaScript method is used to convert a date to a UTC string (a date display standard)?
Options:
Explanation:
The JavaScript method
toUTCString() is used to convert a date to a UTC string (a date display standard).
Tags:
JavaScript
Answer:
Which JavaScript method is used to convert a date to a UTC string (a date display standard) toUTCString().