how to provide the static value in the function in javascript code example
Example: js static methods
class Foo(){ static methodName(){ console.log("bar") }}
class Foo(){ static methodName(){ console.log("bar") }}