Q:

const js +=

static methodName() { ... }
static propertyName [= value];
0
const foo; // Errror as const cannot be kept un-initialized;
const foo = "foo";
console.log(foo); //Output: foo
foo += " bar"; //Error
0

New to Communities?

Join the community