Кm
Size: a a a
Кm
VH
D
D
D
LC
B
LC
Д
Д
Д
B
Д
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<script src="./1.js"></script>
<script>
hello();
</script>
</html>
Д
Д
function hello() {
alert("hello!");
};
Д
LC
KS
function hello() {
alert("hello!");
};
var hello = function() {
alert("hello!");
};