Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardJavaScriptprototype chain internalsSingle-choice MCQ

What is logged?

class C{static greet(){return "static"}}\nconsole.log(C.greet());