Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CleverProgrammers/JavaScript-Course-by-Clever-Programmer-
/
Class
classes/carClass/script.js:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
// this
6
class
Car {
7
constructor(name, color, topSpeed) {
8
// properties
9
this.name = name
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected