remove curly brackets from stringify javascript

JavaScript
blah2 = blah2.replace(/[{}]/g, '');
Source

Also in JavaScript: