You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
663 B
25 lines
663 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<html>
|
|
<head>
|
|
<script>
|
|
//Exercise 1
|
|
//comments can make code readable
|
|
|
|
//Exercise 2
|
|
//Welcome to 30DaysOfJavaScript
|
|
|
|
//Exercise 3
|
|
/*
|
|
comments can make code readable,
|
|
easy to reuse and informative
|
|
*/
|
|
</script>
|
|
<script src="./variable.js"></script>
|
|
<script src="./datatypes.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1 style="background-color:powderblue;margin-right:auto;margin-left:auto;text-align:center;">Welcome to Brendan's 30 day Javascript Challenge</h1>
|
|
</body>
|
|
</html> |