Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 565 Bytes

File metadata and controls

6 lines (5 loc) · 565 Bytes

A Review of JavaScript foundations

This repo has been made as a review of main foundations of programming language JavaScript, concepts such as variables and its scope, iterators and its different types of iterations, conditionals, functions, arrays, objects are present in this repo.Moreover BigO notation concepts are present such as 4 Rules of BigO Notation.
Futhermore, some easy to understand examples and interface implementations will be added.
The literature is based on Data Structures and Algorithms Book and online resources.
Thanks.