let profile = { name: 'John', age: 25, isAdmin: false, courses: ['html', 'css', 'js'] }; const person = JSON.stringify(profile);
let profile = { name: 'John', age: 25, isAdmin: false, courses: ['html', 'css', 'js'] }; const person = JSON.stringify(profile);