University of London
-
Day 49 – The Language of Sets
The foundation of set theory was laid by the eminent German Mathematician Georg Cantor during the…
-
Day 47 – Powerset of a Set
Notations Subset(recap) A set can have another set as its element. Quick Review: Difference between subset…
-
Day 46 – Set Representation
Set Representation Listing Method Representing a set S using the listing method consists of listing all…
-
Day 45 – Intro to Discrete Mathematics
Discrete mathematics is the study of discrete objects, which are different from connected objects. Discrete objects…
-
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