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

Function nice

Video 58/index.js:1–6  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1function nice(name) {
2 console.log("Hey " + name + " you are nice!")
3 console.log("Hey " + name + " you are good!")
4 console.log("Hey " + name + " your tshirt is nice!")
5 console.log("Hey " + name + " your course is good too!")
6}
7
8function sum(a, b, c = 3) {
9 // console.log(a + b)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected