Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/Sigma-Web-Dev-Course
/ constructor
Method
constructor
Video 80/script.js:19–22 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
17
18
class
Animal{
19
constructor(name){
20
this.name = name
21
console.log(
"Object is created..."
)
22
}
23
24
eats(){
25
console.log(
"Kha raha hoon"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected