0 votes
in NodeJS Essentials by

Which of the following is used to manipulate dates and times in Node.js?

A) moment.js

B) date.js

C) time.js

D) datetime.js

1 Answer

0 votes
by

Answer: A

Explanation: moment.js is used to manipulate dates and times in Node.js.

...