(function () {
	'use strict';

	undefined.prop = 'nope';

	lolwut.prop = '???';

}());