MCPcopy Create free account
hub / github.com/aesthetic0001/js-virtualizer / constructor

Method constructor

sample/newexpression.js:4–10  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

2
3class Example {
4 constructor(a, b) {
5 this.a = a;
6 this.b = b;
7 this.secret = 0.5;
8 console.log('Secret');
9 console.log(this.secret);
10 }
11
12 call() {
13 console.log('External Call');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected