Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 219 Bytes

File metadata and controls

19 lines (12 loc) · 219 Bytes

importance: 2


Verificare de sintaxă

Care este rezultatul următorului cod?

let user = {
  name: "John",
  go: function() { alert(this.name) }
}

(user.go)()

P.S. Există o capcană :)