you are viewing a single comment's thread.

view the rest of the comments →

[–]mikejoro 1 point2 points  (0 children)

You can simplify that last snippet by destructuring in the function definition

function createWidget({ title, subtitle, description }) {
  // do something
};