This commit is contained in:
szabomarton 2024-09-06 08:08:42 +02:00
commit e7a1e2cc05
2 changed files with 25 additions and 0 deletions

14
20240906/index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
CÍM
</title>
<script src="script.js"></script>
</head>
<body>
</body>
</html>

11
20240906/script.js Normal file
View File

@ -0,0 +1,11 @@
if (true) {
var x = 10;
}
console.log(x);
function MyFunction(){
var y = 15;
}
console.log(y);