https://github.com/saidali-ibn-zafar/object-oriented-javascript
In this repository we'll take a look at objects in JavaScript, and how we can use them to structure our programs. We'll talk about object literals, classes, inheritance, prototypes and more ...
https://github.com/saidali-ibn-zafar/object-oriented-javascript
class inheritance object-literal oop-in-javascript prototype
Last synced: 9 months ago
JSON representation
In this repository we'll take a look at objects in JavaScript, and how we can use them to structure our programs. We'll talk about object literals, classes, inheritance, prototypes and more ...
- Host: GitHub
- URL: https://github.com/saidali-ibn-zafar/object-oriented-javascript
- Owner: saidali-ibn-zafar
- License: unlicense
- Created: 2024-03-01T09:56:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T16:39:30.000Z (over 1 year ago)
- Last Synced: 2024-12-31T04:42:45.562Z (10 months ago)
- Topics: class, inheritance, object-literal, oop-in-javascript, prototype
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
In this repository we'll take a look at objects in JavaScript, and how we can use them to structure our programs. We'll talk about object literals, classes, inheritance, prototypes and more ...
