Static variable in JavaScript class throws an error in Chrome 70
Consider: class Welcome{ static name="something"; // Throws an error } MDN says static will be supported from Chrome 42. But it is throwing a syntax error in Chrome 70 and below versions.