0 votes
in NodeJS Essentials by

Which of the following is used to parse and manipulate HTML in Node.js?

A) cheerio

B) jsdom

C) htmlparser2

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: cheerio, jsdom, and htmlparser2 are all used to parse and manipulate HTML in Node.js.

...