Creating a post(Twitter)

 


let post={
    username:"@abhi71",
    content:"first post",
    likes:151,
    reposts:3,
    tags:["@elonmusk","@billgates"]
};

Comments

Popular posts from this blog

Callback Hell

TODO list with DOM

Refactoring callback hell code