What does this code log?"use strict";\nconst o = { x: "b", f() { return this.x; } };\nconst g = o.f;\nconsole.log(g());