parent
55d651a19c
commit
5713a23e1d
@ -1,17 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<title>30DaysOfJavaScript:11 Day </title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<h1>30DaysOfJavaScript:11 Day</h1>
|
|
||||||
<h2>Destructuring and Spread</h2>
|
|
||||||
|
|
||||||
<script src="./data/countries_data.js"></script>
|
|
||||||
<script src="./scripts/main.js"></script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
@ -0,0 +1,17 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>30DaysOfJavaScript:19 Day </title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>30DaysOfJavaScript:19 Day</h1>
|
||||||
|
<h2>Writing clean code</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="./scripts/main.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
Reference in new issue