asd
This commit is contained in:
commit
e7a1e2cc05
14
20240906/index.html
Normal file
14
20240906/index.html
Normal 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
11
20240906/script.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
if (true) {
|
||||
var x = 10;
|
||||
}
|
||||
|
||||
console.log(x);
|
||||
|
||||
function MyFunction(){
|
||||
var y = 15;
|
||||
}
|
||||
|
||||
console.log(y);
|
Loading…
Reference in New Issue
Block a user