Skip to content

Commit b12c7e1

Browse files
committed
js without this
1 parent 7a2cfad commit b12c7e1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

js/without_this.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# JavaScript without this
2+
3+
It is possible to write Object oriented and functional JavaScript entirely without using `this` and without `new` `extends` `constructor` `.call` `.bind` `.apply` `class` `.prototype`
4+
5+
6+
Every function can return an object
7+
8+
Every function can take an instance as first argument explicitly

0 commit comments

Comments
 (0)