const dev = { name: "Ashwin DS", passion: "Building things", coffee: true, create() { return "stuff that maybe works"; } };