diff --git a/index.html b/index.html index 00e92c0..b1dfadc 100755 --- a/index.html +++ b/index.html @@ -466,24 +466,6 @@ } -
-

Advanced Stuff

-

-						class Auto {
-							wheels?: number
-							doors?: number
-							// ...
-						
-							constructor(init: Partial<Auto>) {
-								Object.assign(this, init)
-							}
-						}
-
-						const a = new Auto({
-							doors: 5,
-						})
-					
-

Advanced Stuff