Skip to content

Commit 11c32dc

Browse files
committed
Section 19: Factory Functions
1 parent 98ccfa4 commit 11c32dc

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

19-Prototypes-Classes-And-The-New-Operator/02/app.js

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// ******************************
2+
// Factory Functions ******************************
3+
4+
console.log('Factory Functions')
5+
console.log('\n')
6+
7+
// Example 1

19-Prototypes-Classes-And-The-New-Operator/02/index.html renamed to 19-Prototypes-Classes-And-The-New-Operator/03/index.html

File renamed without changes.

19-Prototypes-Classes-And-The-New-Operator/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ Prototypes are lik e a template object. They are objects, they contain typically
2121
Basic object oriented concepts in JavaScript. Things like factory functions, constructor functions, the new class keywords, constructores in a class, the new keyword, there's super, inheritance.
2222

2323
But it all has to do with this one central idea, which is organizing our code, designing and structuring our applications by breaking things up into distinct patterns of objects.
24+
25+
## 3. Factory Functions

0 commit comments

Comments
 (0)