Skip to content

olawanlejoel/Awesome-Javascript-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

Awesome JavaScript Resources

Cover Image

Awesome license

JavaScript is an object-oriented computer programming language commonly used to create interactive effects within web browsers. JavaScript, often abbreviated as JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.

A curated list of JavaScript resources for beginners. Please note that for each section, there will be so many links to both videos and articles, so you get to use anyone you prefer, as they almost convey the same message. I decided to add so many links, so you get to understand these topics from different angles written/taught by different writers/creators.

JavaScript Crash Courses

Here are some complete JavaScript videos and guides to help you understand JavaScript as a whole. After you've taken the time to watch these videos or read through these guides, you can now move on to understanding individual concepts for a broader understanding.

Articles 🧾
Videos 📹

Basic JavaScript

As a beginner it is very mandatory you understand JavaScript's basics before proceeding to ES6.

Introduction to JavaScript

Things you need to know to get started with JavaScript.

Articles 🧾
Videos 📹

Comments in JavaScript

Writing comments in JavaScript.

Articles 🧾
Videos 📹

Variable Declaration

Declaring variables in Javascript.

Articles 🧾
Videos 📹

Data Types

Understanding the various Data types in JavaScript.

Articles 🧾
Videos 📹

Operators in JavaScript

Various Operators in JavaScript.

Articles 🧾
Videos 📹

Strings

Understanding Strings.

Articles 🧾
Videos 📹

Concatenation

Various ways to concatenate.

Articles 🧾
Videos 📹

Arrays

Understanding arrays and how to manipulate arrays.

Articles 🧾
Videos 📹

Function

Understanding functions and how it can be used.

Articles 🧾
Videos 📹

Objects

Objects in JavaScript.

Articles 🧾
Videos 📹

Conditional Statements

Conditional statement in Javascript.

Articles 🧾
Videos 📹

Loops & Iteration

Detailed resources to perfectly understand Loops.

Articles 🧾
Videos 📹

ES6

Introduction to ECMAScript 6(ES6)
Articles 🧾
Videos 📹

Generators
Articles 🧾
Videos 📹

Promises
Articles 🧾
Videos 📹

Arrow Functions
Articles 🧾
Videos 📹

String & Number Methods
Articles 🧾
Videos 📹

Classes and Inheritance
Articles 🧾
Videos 📹

Let and Const Declaration
Articles 🧾
Videos 📹

Map, Weakset & WeakMap
Articles 🧾
Videos 📹

Template Literals
Articles 🧾
Videos 📹

JavaScript Projects

JavaScript projects for beginners

Contributing

Found an awesome JavaScript resource? Kindly send a pull request and follow the contributors guidelines.