|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>My Learning Website</title>
|
|
|
|
<link href="/styles/homepagestyles.css" rel="stylesheet" type="text/css">
|
|
|
|
<link href="/styles/styles.css" rel="stylesheet">
|
|
|
|
<link href="/webdevelopment/styles/styles.css" rel="stylesheet" type="text/css">
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="banner">
|
|
|
|
<h1 class="courselink"><a href="https://www.linkedin.com/learning/javascript-essential-training">JavaScript Essential Training</a></h1>
|
|
|
|
<h2 class="lecturer">LinkedIn Learning : Morten Rand-Hendriksen : 2021</h2>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<article class="contents-article">
|
|
|
|
<div><a class="tile" href="https://github.com/LinkedInLearning/javascript-essential-training-2832077">Link to the Exercise Files in GitHub</a></div>
|
|
|
|
<div><a class="tile" href="introduction.html">Chapter 1 - JavaScript: An Introduction</a></div>
|
|
|
|
<div><a class="tile" href="upandrunning.html">Chapter 2 - Up and Running with JS</a></div>
|
|
|
|
<div><a class="tile" href="objects.html">Chapter 3 - Objects</a></div>
|
|
|
|
<div><a class="tile" href="stringoutput.html">Chapter 4 - Sidebar: String Output</a></div>
|
|
|
|
<div><a class="tile" href="dom.html">Chapter 5 - DOM</a></div>
|
|
|
|
<div><a class="tile" href="variables.html">Chapter 6 - Sidebar: Variables and Data Types</a></div>
|
|
|
|
<div><a class="tile" href="arrays.html">Chapter 7 - Arrays</a></div>
|
|
|
|
<div><a class="tile" href="functions.html">Chapter 8 - Functions and Methods</a></div>
|
|
|
|
<div><a class="tile" href="events.html">Chapter 9 - Events</a></div>
|
|
|
|
<div><a class="tile" href="troubleshooting.html">Chapter 10 - Troubleshooting and Validating JS</a></div>
|
|
|
|
<div><a class="tile" href="conclusion.html">Chapter 11 - Conclusion</a></div>
|
|
|
|
<div><a class="tile" href="../../webdevelopment/webdevelopment.html">Web Development Page</a></div>
|
|
|
|
<div><a class="tile" href="/index.html">Home</a></div>
|
|
|
|
</article>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|