-
Notifications
You must be signed in to change notification settings - Fork 0
01 hello world
Fajar Fadilah edited this page Mar 25, 2022
·
2 revisions
source code 01-hello-world.js
// diakhiri dengan titik koma
console.log("hello world");
// diakhiri dengan didak menggunakan titik koma
console.log("hello world") hasil
hello world
hello world