Skip to content

Open-Sourced-Org/javascript-essential-training-2832077

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This repository is for the Linkedin Learning course: JavaScript Essential Training

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.6%
  • HTML 30.2%
  • CSS 1.2%