// https://babeljs.io/docs/en/babel-plugin-syntax-jsx var profile = (

{[user.firstName, user.lastName].join(" ")}

);