-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.js
40 lines (35 loc) · 1.39 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
function domSection(){
const microclone = document.getElementById("microclone");
microclone.innerHTML = "<font color='green'>root@MicroClone:~$ ./life code_</font>";
microclone.style.backgroundColor = "black";
microclone.head.title = "Hello World";
microclone.style.padding = "15px";
microclone.style.fontColor = "white";
microclone.style.textAlign = "center";
microclone.body.backgroundColor = "dodgeblue";
}
alr();
function alr(){
window.alert("WELCOME");
const inputName = prompt("what is your name?");
document.write(`<center>selamat datang <b>${inputName}</b> semoga bahagia selalu ya ^_^</center>`);
}
domSection();
/*
create web using javascript
make a mobile application (android & ios) using react native, ionic, nativescript, etc.
create a desktop app using electron, nw.js, proton native, nodegui, etc.
make operating system using os.js or nodeOS
*/
/*
create web using javascript
make a mobile application (android & ios) using react native, ionic, nativescript, etc.
create a desktop app using electron, nw.js, proton native, nodegui, etc.
make operating system using os.js or nodeOS
*/
/*
create web using javascript
make a mobile application (android & ios) using react native, ionic, nativescript, etc.
create a desktop app using electron, nw.js, proton native, nodegui, etc.
make operating system using os.js or nodeOS
*/