Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 2.21 KB

File metadata and controls

39 lines (23 loc) · 2.21 KB

JavaScript Essential Training

JavaScript Essential Training

This repository corresponds to the LinkedIn Learning course "JavaScript Essential Training" by Morten Rand-Hendriksen. The full course is available on LinkedIn Learning.

Overview

JavaScript is a crucial scripting language for the web, playing a pivotal role in the transition from static to dynamic web environments. This course covers essential JavaScript concepts through practical examples and mini-projects. Starting from core principles like variables, data types, conditionals, and functions, it progresses to advanced topics such as loops and DOM scripting.

Instructor Morten Rand-Hendriksen guides learners with challenges to apply their newfound skills, fostering a hands-on learning experience.

Repository Structure

The repository contains exercise files organized by chapters and videos. Each folder follows the naming convention CHAPTER#_MOVIE#, where, for example, 02_03 corresponds to the second chapter and the third video within that chapter.

For movies with a distinct beginning and end state, the end-state is marked with an e (e.g., 02_03e). This folder contains the code as it appears at the end of the respective video.

Installation Instructions

To use the exercise files, ensure you have the following installed:

  1. A code editor (e.g., VS Code)
  2. Node.js
  3. Prettier code formatter extension
  4. ESLint extension

From the root folder, open the terminal and run npm install to install dependencies.

Instructor

Morten Rand-Hendriksen Web Designer and Developer

Explore Morten's other courses on LinkedIn Learning.