$ cat index.js import home_page; var owner = { name: 'Bharath Adikar', age: 20, location: 'Earth', roles: ['Student', 'Programmer', 'Speaker'], loves-dark-theme: true, can-contact-via: ['Email', 'Social Media'] }; $ cat index.txt Welcome to the homepage of my website! Feel free to look around as I add more. Stay tuned!