const name = 'Ben';
document.write("Hello World!");
var status =
{
employed : true,
position : "Development Team Leader",
location : "South Australia",
interests : [ "Productivity", "Leadership", "Game Development", "Food", "Cooking", "Music", "Science Fiction", "Food", "Gaming", "Food" ]
}
const skills =
{
languages : [ "Csharp", "Typescript", "Javascript" ],
ide : [ "VS Code", "Visual Studio" ],
frameworks : [ ".NET MAUI", "VueJS", "Quasar", "Nest.JS", "Discord.JS", "Unity", "ASP.Net", "Xamarin.Forms"],
platforms : [ "Microsoft Azure" ],
supplementary: [ "Photoshop", "Blender", "Figma" ]
}
Developer dev = new Developer(["beyond-orbit", "safeag", "swrpg-bot" ]);
while(!dev.isCoding())
{
dev.eat(110);
dev.goodHusband(true);
dev.game(["rpg", "open-world", "sim", "space"]);
dev.dream({ idea: "new" })
dev.sleep(6.5);
}



