ITP1
-
Day 39 – ITP1 Constructor Function
constructor function – instead of as writing out our objects one by one, we create a…
-
Day 38 – ITP1 Extending Objects
this – allows us to access the properties of an object from within itself
-
Day 37 – ITP1 Methods
Methods – when we put functions in an objects. It can returns values. Objects are made…
-
Day 36 – ITP1 Search Patterns
In the example below, the for loop code returns all the placement index with the value…
-
Day 35 – ITP1 Arrays of Objects
Complex Objects Properties
-
M2D3 – ITP1 Nested Iterations and more with Arrays
% 4%2 is same as 4/2. i%2 == 0 This means to divide the value of…
-
M2D2 – ITP1 Advanced Arrays
Use i < 199, rather <= 199 to start at the last index (198) to 0.…
-
M1D30 – Arrays
Array Object Each element of the array is indexed. Object vs Array When to use an…