global object let

by Artem

JavaScript

// 'use strict';

var foo = 6;

this.foo = 10;

console.log(foo)