Jump to content

Energy

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Energy

  1. const newPost = (post, addedAt = Date()) => { const myPost = { ...post, addedAt, } return myPost } const firstPost = { id: 1, author: 'Nick', } console.log(newPost(firstPost))
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy