Which is the correct statement to convert the below given array to string?
Options:
Explanation:
The correct statement to convert an array to string is:
Tags:
JSON
Answer:
Which is the correct statement to convert the below given array to string const json_arr = JSON.stringify(arr);.