// Personal Bio
const
name =
"Tisto Wahyudi"
;
const
role =
"Programmer & Software Developer"
;
const
skills = [
"JavaScript"
,
"Kotlin"
,
"TypeScript"
,
"MySQL"
];
// Output to the world
console
.log(
"Hello, I'm a programmer who builds things with code."
);