Hei World,
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();
My Post
-
Implementation Authentication in ExpressJS V4.x Using JWT
-
NestJS: Google OAuth2 Authentication with Passport
-
Responsive Image Web Browser
-
Mungkin Kamu Tidak Butuh Nextjs, Kenapa?
-
Less is More Stack
-
Systemd: Effective Deploy Nodejs on Linux
-
ARUA: Proses dan Tantangan dalam Menciptakan Aplikasi Keuangan
-
Jenis-jenis Access Control dalam Aplikasi