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.