// It helps to turn JS object or value into string // Syntax: JSON.stringify(value); JSON.stringify(value, replacer); JSON.stringify(value, replacer, space);