const posts = [ { title: \'Day 3\', content: \'Hello this is day 3\' } ]; console.log(posts[posts.length - 1].title);
I am una