Question from the Javascript test

What can we say about the following code?

Medium

Which statement(s) are true about the following code?

var bar = 'bar';
baz = 'baz';
this.bar = 'foo';
this.baz = 'foo';
Author: Jean-marie CléryStatus: PublishedQuestion passed 1838 times
Edit
6
Community EvaluationsNo one has reviewed this question yet, be the first!