Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 732 Bytes

File metadata and controls

11 lines (9 loc) · 732 Bytes

Microblog

Microblog.mp4

Project goals

  • use of callbacks, split string method, Map array method, Object.assign method
  • I'm displaying posts with a non complete array of posts in order to use a callback
  • A function add a third post to the array after the displayPost function, I put displayPost as a callback in the insertContent function, the third Post is added in the insertContent function call
  • Then I wanted to display dynamically hashtags by taking the second word of the title with split method, hashtags are inserted in each object with the map method and the object.assign

🛠️

VanillaJS, CSS, HTML