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

Function createCard

Video 73/script.js:1–3  ·  view source on GitHub ↗
(title, cName, views, monthsOld, duration, thumbnail)

Source from the content-addressed store, hash-verified

1function createCard(title, cName, views, monthsOld, duration, thumbnail){
2 // Finish this function
3}
4
5
6createCard("Introduction to Backend | Sigma Web Dev video #2", "CodeWithHarry", 560000, 7, "31:22", "https://i.ytimg.com/vi/tVzUXW6siu0/hqdefault.jpg?sqp=-oaymwEcCPYBEIoBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLACwWOixJVrKLFindK92kYMgTcQbw")

Callers 1

script.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected