Saved Bookmarks
| 1. |
What is the purpose of JSON.stringify()? |
|
Answer» This method is used to converts JavaScript objects into strings. When sending data to a web SERVER the data should be like string. Example// Stringify a JavaScript OBJECT |
|