Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
hard
JavaScript
prototype chain internals
Single-choice MCQ
What is logged?
class C{static greet(){return "static"}}\nconsole.log(C.greet());