├── Arrays ├── Array Index │ ├── ArrayIndex.png │ ├── ArrayIndex.ts │ ├── MoreArrayIndex.png │ └── MoreArrayIndex.ts ├── Methods │ ├── Pop.png │ ├── Pop.ts │ ├── Push.png │ ├── Push.ts │ ├── Shift.png │ ├── Shift.ts │ ├── Splice.png │ ├── Splice.ts │ ├── Unshift.png │ └── Unshift.ts ├── Multi Dimensional Array │ ├── MultiDimensionalArray.png │ └── MultiDimensionalArray.ts ├── Simple Arrays │ ├── MoreArrays.png │ ├── MoreArrays.ts │ ├── SimpleArray.png │ └── SimpleArray.ts └── Tuples │ ├── Tuples.png │ └── Tuples.ts ├── Loops ├── ForLoop.js ├── ForLoop.png ├── ForLoop.ts ├── Loops.png ├── Loops.ts ├── WhileLoop.js ├── WhileLoop.png └── WhileLoop.ts ├── Objects ├── Nested Objects │ ├── NestedObjects.png │ └── NestedObjects.ts ├── Object Methods │ ├── ObjectMethod.ts │ └── ObjectMethods.png ├── Plain Objects │ ├── PlainObjects.ts │ ├── PlainObjects2.ts │ ├── plainObjects.png │ └── plainObjects2.png └── Type Keyword │ ├── MoreTypeKeyword.png │ ├── MoreTypeKeyword.ts │ ├── TypeKeyword.ts │ └── typeKeyword.png ├── README.md └── Types ├── Types.js ├── Types.png └── Types.ts /Arrays/Array Index/ArrayIndex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Array Index/ArrayIndex.png -------------------------------------------------------------------------------- /Arrays/Array Index/ArrayIndex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Array Index/ArrayIndex.ts -------------------------------------------------------------------------------- /Arrays/Array Index/MoreArrayIndex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Array Index/MoreArrayIndex.png -------------------------------------------------------------------------------- /Arrays/Array Index/MoreArrayIndex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Array Index/MoreArrayIndex.ts -------------------------------------------------------------------------------- /Arrays/Methods/Pop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Methods/Pop.png -------------------------------------------------------------------------------- /Arrays/Methods/Pop.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Methods/Pop.ts -------------------------------------------------------------------------------- /Arrays/Methods/Push.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Methods/Push.png -------------------------------------------------------------------------------- /Arrays/Methods/Push.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Methods/Push.ts -------------------------------------------------------------------------------- /Arrays/Methods/Shift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Methods/Shift.png -------------------------------------------------------------------------------- /Arrays/Methods/Shift.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Methods/Shift.ts -------------------------------------------------------------------------------- /Arrays/Methods/Splice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Methods/Splice.png -------------------------------------------------------------------------------- /Arrays/Methods/Splice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Methods/Splice.ts -------------------------------------------------------------------------------- /Arrays/Methods/Unshift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Methods/Unshift.png -------------------------------------------------------------------------------- /Arrays/Methods/Unshift.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Methods/Unshift.ts -------------------------------------------------------------------------------- /Arrays/Multi Dimensional Array/MultiDimensionalArray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Multi Dimensional Array/MultiDimensionalArray.png -------------------------------------------------------------------------------- /Arrays/Multi Dimensional Array/MultiDimensionalArray.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Multi Dimensional Array/MultiDimensionalArray.ts -------------------------------------------------------------------------------- /Arrays/Simple Arrays/MoreArrays.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Simple Arrays/MoreArrays.png -------------------------------------------------------------------------------- /Arrays/Simple Arrays/MoreArrays.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Simple Arrays/MoreArrays.ts -------------------------------------------------------------------------------- /Arrays/Simple Arrays/SimpleArray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Simple Arrays/SimpleArray.png -------------------------------------------------------------------------------- /Arrays/Simple Arrays/SimpleArray.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Simple Arrays/SimpleArray.ts -------------------------------------------------------------------------------- /Arrays/Tuples/Tuples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Tuples/Tuples.png -------------------------------------------------------------------------------- /Arrays/Tuples/Tuples.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Arrays/Tuples/Tuples.ts -------------------------------------------------------------------------------- /Loops/ForLoop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Loops/ForLoop.js -------------------------------------------------------------------------------- /Loops/ForLoop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Loops/ForLoop.png -------------------------------------------------------------------------------- /Loops/ForLoop.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Loops/ForLoop.ts -------------------------------------------------------------------------------- /Loops/Loops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Loops/Loops.png -------------------------------------------------------------------------------- /Loops/Loops.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Loops/Loops.ts -------------------------------------------------------------------------------- /Loops/WhileLoop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Loops/WhileLoop.js -------------------------------------------------------------------------------- /Loops/WhileLoop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Loops/WhileLoop.png -------------------------------------------------------------------------------- /Loops/WhileLoop.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Loops/WhileLoop.ts -------------------------------------------------------------------------------- /Objects/Nested Objects/NestedObjects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Objects/Nested Objects/NestedObjects.png -------------------------------------------------------------------------------- /Objects/Nested Objects/NestedObjects.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Objects/Nested Objects/NestedObjects.ts -------------------------------------------------------------------------------- /Objects/Object Methods/ObjectMethod.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Objects/Object Methods/ObjectMethod.ts -------------------------------------------------------------------------------- /Objects/Object Methods/ObjectMethods.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Objects/Object Methods/ObjectMethods.png -------------------------------------------------------------------------------- /Objects/Plain Objects/PlainObjects.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Objects/Plain Objects/PlainObjects.ts -------------------------------------------------------------------------------- /Objects/Plain Objects/PlainObjects2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Objects/Plain Objects/PlainObjects2.ts -------------------------------------------------------------------------------- /Objects/Plain Objects/plainObjects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Objects/Plain Objects/plainObjects.png -------------------------------------------------------------------------------- /Objects/Plain Objects/plainObjects2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Objects/Plain Objects/plainObjects2.png -------------------------------------------------------------------------------- /Objects/Type Keyword/MoreTypeKeyword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Objects/Type Keyword/MoreTypeKeyword.png -------------------------------------------------------------------------------- /Objects/Type Keyword/MoreTypeKeyword.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Objects/Type Keyword/MoreTypeKeyword.ts -------------------------------------------------------------------------------- /Objects/Type Keyword/TypeKeyword.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Objects/Type Keyword/TypeKeyword.ts -------------------------------------------------------------------------------- /Objects/Type Keyword/typeKeyword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Objects/Type Keyword/typeKeyword.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/README.md -------------------------------------------------------------------------------- /Types/Types.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Types/Types.js -------------------------------------------------------------------------------- /Types/Types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Types/Types.png -------------------------------------------------------------------------------- /Types/Types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzaalvi1/Learning-Typscripts/HEAD/Types/Types.ts --------------------------------------------------------------------------------