Hi, Welcome to My Blog!

const person = {
  name: "Rio Chandra";
}

const blog = {
  ownedBy: person;
  
  sayHi: (guest) => guest.sendMessage("Hi, welcome to my blog"),
  openHomepage: () => { // @TODO: Add homepage please, by @rio }
}

blog.openHomepage();

A software engineer who loves to write and share his thoughts. Full-stack developer, tech enthusiast, and lifelong learner.

My Post

Sponsored

Jetorbit Web Hosting

Rio Chandra Notes

Subscribe to my blog to get the latest information.

Skip to content ↓