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.
49 lines
4.0 KiB
49 lines
4.0 KiB
<!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> |
|
|
|
<h1 class="courselink"><a href="https://www.linkedin.com/learning/javascript-essential-training-2017">JavaScript Essential Training</a></h1> |
|
<h2 class="lecturer">LinkedIn Learning : Morten Rand-Hendriksen : 2017</h2> |
|
|
|
<article> |
|
|
|
|
|
<h3>Note: This course is from 2017 so it is a little out of date as of today (May 2021). There is an updated course avaialble as <a href="https://www.linkedin.com/learning/javascript-essential-training">JavaScript Essential Training</a> which is also presented by Morten. In addition, there is a course called <a href="https://www.linkedin.com/learning/learning-the-javascript-language-2">Learning the JavaScript Language</a> which is hosted by Joe Chellman and this is from 2019. After completing this course, I will go through Morten's updated course and create notes on that as well, but I will ignore anything that is already covered here.</h3> |
|
<p>I don't want to cover <a href="https://www.linkedin.com/learning/learning-the-javascript-language-2">Learning the JavaScript Language</a> im any detail, but I will probably watch it at least and then decide whether it is worth creating a page for it.</p> |
|
|
|
<div><a class="tile" href="/webdevelopment/javascriptessentialtraining/introduction.html">Chapter 1 - JavaScript: An Introduction</a></div> |
|
<div><a class="tile" href="/webdevelopment/javascriptessentialtraining/basics.html">Chapter 2 - The Basics</a></div> |
|
<div><a class="tile" href="/webdevelopment/javascriptessentialtraining/data.html">Chapter 3 - Working with Data</a></div> |
|
<div><a class="tile" href="/webdevelopment/javascriptessentialtraining/functionsandobjects.html">Chapter 4 - Functions and Objects</a></div> |
|
<div><a class="tile" href="/webdevelopment/javascriptessentialtraining/changingdomelements.html">Chapter 5 - JavaScript and the DOM, Part 1: Changing DOM Elements</a></div> |
|
<div><a class="tile" href="/webdevelopment/javascriptessentialtraining/clock.html">Chapter 6 - Project: Create an Analog Clock</a></div> |
|
<div><a class="tile" href="/webdevelopment/javascriptessentialtraining/events.html">Chapter 7 - JavaScript and the DOM, Part 2: Events</a></div> |
|
<div><a class="tile" href="/webdevelopment/javascriptessentialtraining/typingspeedtester.html">Chapter 8 - Project: Typing Speed Tester</a></div> |
|
<div><a class="tile" href="/webdevelopment/javascriptessentialtraining/loops.html">Chapter 9 - Loops</a></div> |
|
<div><a class="tile" href="/webdevelopment/javascriptessentialtraining/responsiveimages.html">Chapter 10 - Project: Automated Responsive Images Markup</a></div> |
|
<div><a class="tile" href="/webdevelopment/javascriptessentialtraining/troubleshooting.html">Chapter 11 - Troubleshooting, Validating and Minifying JavaScript</a></div> |
|
<div><a class="tile" href="/webdevelopment/javascriptessentialtraining/asktheinstructor.html">Chapter 12 - Bonus Chapter: Ask the Instructor</a></div> |
|
<div><a class="tile" href="/webdevelopment/javascriptessentialtraining/conclusion.html">Chapter 13 - Conclusion</a></div> |
|
<div><a class="tile" href="/webdevelopment/javascriptessentialtraining/appendixa.html">Appendix A</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> |