const nightCoder = {
名前: "Yudi Suryawan",
クラス: "Full-Stack Developer",
レベル: "Always Learning ∞",
特技: [
"Exploring new tech like opening a loot box",
"Trial & error until it works (or explodes)",
"Getting amazed by brilliant system designs",
],
好きなもの: ["Clean Code", "Anime", "Late night coding"],
quote: "夜が明ける前に、コードは完成する",
// → Before the night ends, the code will be complete.
};
module.exports = nightCoder;「 コードを書くべきなのは、デバッグされる覚悟がある者だけである。 」
"The only ones who should code are those who are prepared to be debugged."
—
LelouchEvery developer, probably



