parent
d75055662b
commit
65f539f6a7
2 changed files with 2 additions and 19 deletions
@ -1,19 +0,0 @@ |
|||||||
<!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>Document</title> |
|
||||||
</head> |
|
||||||
<body> |
|
||||||
<script> |
|
||||||
const list = [1,2,3,4] |
|
||||||
console.log(111) |
|
||||||
list.map(i=>{ |
|
||||||
const a = i*3 |
|
||||||
}) |
|
||||||
console.log(2222) |
|
||||||
</script> |
|
||||||
</body> |
|
||||||
</html> |
|
Loading…
Reference in new issue