const readMe = {
name: "Chee Yong",
birthday: "29 March",
links: { "github": "github.com/leecheeyong", "botStudios": "github.com/BotStudios" },
languages: ["Javascript", "Python", "Koltin"],
aMemberOf: function orgs(){
console.log("@BotStudios", "@TeamJoeLee")
}
}
module.exports = readMe;