Is there a way I can define a const in the constructor of a class?I tried this:class Foo { constructor () { const bar = 42; } ...
確定! 回上一頁