w3 exercises

This commit is contained in:
Andrea Bianchi
2026-03-14 12:08:37 +09:00
parent 65d3eee837
commit 9a4b251976
3 changed files with 70 additions and 0 deletions

16
w3_1_arrays/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Types</title>
</head>
<body>
<script src="arrays.js" defer></script>
<script src="objects.js" defer></script>
</body>
</html>