use static function in method js code example Example: js static methods class Foo(){ static methodName(){ console.log("bar") }}