React/30DaysofJS/index.html
<!DOCTYPE html>
<html>
<head>
<title>Multiple External Scripts</title>
</head>
<body>
<script src="./helloworld.js"></script>
<script src="./introduction.js"></script>
<script src="./arraywithvalues.js"></script>
</body>
</html>