Saved Bookmarks
| 1. |
What is stringify? |
|
Answer» IN a JSON METHOD, STRINGIFY is used to transform a JavaScript object into a string. JSON is a common structure to RECEIVE and send data between the web SERVER and the client, and when we wish to send data to the webserver, the object ought to be a string. Example: |
|