Skip to content

IvonneBenitesRodriguez/learning_foundations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.