<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script>
var mynane = '旗木卡卡西';
var address = '火影村';
var age = 30;
var email = 'fdawfawf';
var wage = 2000;
console.log(mynane);
console.log(address);
console.log(age);
console.log(email);
console.log(wage);
</script>
</head>
<body>
</body>
</html>