MCPcopy Create free account
hub / github.com/chetannada/Javascript-Practice /

Class

2021_year/November_2021/script2911.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3// Day 5: Inheritance
4class Rectangle {
5 constructor(w, h) {
6 this.w = w;
7 this.h = h;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected