HTML/CSS/JavaScript Playground
HTML/CSS/JavaScript
HTML
CSS
Javascript
C++
C
PHP
Java
Python
Swift
C#
Ruby
Node.JS
Kotlin
jQuery
Go
R
TypeScript
Rozpocznij kurs HTML
Zarejestruj się
My First JS codeee😁
+32
Autor: KA~B
Ciemny
Publiczny
Zapisz
html
html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<title>My First JS code</title>
</head>
<body>
</body>
</html>
css
css
1
/*just kidding*/
js
js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
let age = 12;
if(age > 12){
console.log("then like");
}
if(age < 18){
console.log("If u like then Like");
}
console.log("hehe!just kidding");
BROWSER
Console