Modern JavaScript offers cleaner syntax. Use property shorthand and template literals.
profile object using shorthand: { name, age, city }bio string using backticks: Hello, I'm ${profile.name} and I'm ${profile.age} years oldSubmit your code to see test results