1. confirm("I am ok");
//Konfirmasi yes or no
2. prompt("Are you ok?"); //Menerima inputan
3. console.log(11 % 3); //printout
4. "JavaScript".substring(0,3); //menghasilkan potongan "Jav"
5. "rosyid".length; //menghitung jumlah karakter, hasilnya 6
6.
0 komentar:
Posting Komentar