Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/Sigma-Web-Dev-Course
/
Class
Video 80/script.js:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
// rabbit.__proto__ = animal; // sets rabbit.[[Prototype]] = animal
17
18
class
Animal{
19
constructor(name){
20
this.name = name
21
console.log(
"Object is created..."
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected