Skip to content

inspirezonetech/TeachMeJavaScriptLikeIm5

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TeachMeJavaScriptLikeIm5

You are welcome to contribute to this repo. See the CONTRIBUTING.md for more info

TeachMeJavaScriptLikeIm5

πŸ“œ About this repo πŸ“œ

A collection of super beginner friendly tutorials and challenges to teach the JavaScript programming language. Each file contains:

  • A tutorial explaining a concept
  • A challenge or set of challenges to complete

πŸ’» List of available tutorials πŸ’»

Tutorial Link
Getting started
Your first JS program hello-world.js
Using comments in JS code commenting.js
Variables
Create variables creating-variables.js
JavaScript Numbers numbers.js
Booleans in JavaScript booleans.js
Strings in JavaScript strings.js
Arrays
Declaring an array declaring-arrays.js
Indexing Arrays indexing-arrays.js
Modify an array using indexes modifying-arrays.js
Properties and Methods of arrays properties-and-methods.js
Objects
Javascript Object Iteration iterate-over-objects.js
Using Objects (Basics) using-objects-basic.js
Using Objects (Advanced) using-objects-advanced.js
Operators
Operators in JavaScript operators.js
Conditions
Conditionals conditions.js
Ternary Operator ternary-operator.js
Loops
To understand the working of for-loops for-loop.js
To understand the working of for-of-loops for-of-loop.js
Breaking loops - break instruction using-break.js
Skipping iterations - continue instruction using-continue.js
To understand the working of while-loops while-loops.js
To understand the working of do-while-loops do-while-loops.js
Functions
Functions in JavaScript functions.js
JavaScript's common built-in functions built-in-functions.js
Arrow Functions arrow-function.js

About

Teach the JavaScript programming language using a collection of super beginner friendly tutorials and challenges.

Topics

Resources

License

Stars

Watchers

Forks