JSON.stringify() - convert objects into JSON
Sun Jan 19 2020 18:56:05 GMT+0000 (UTC)
Saved by @storiesreptile #javascript #json #jsfunctions
Lines 1-6: Declaring a JSON object and storing it in the variable "profile". Line 8: Convert "profile" into a string and storing it in variable "person".
Comments