Question from the Javascript test

What can we say about the following code?

Archived

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: ArchivedQuestion passed 1914 times
5
Community EvaluationsNo one has reviewed this question yet, be the first!