MCPcopy Create free account
hub / github.com/CodeWithHarry/Sigma-Web-Dev-Course /

Class

Video 80/script.js:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33class Lion extends Animal {
34 constructor(name){
35 super(name)
36 console.log("Object is created and he is a lion...")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected