See more
…start coding! Create a new file in your text editor of choice — Imma call mine index.js because I’m an free-spirited, fun-loving individual, but you can call yours whatever.
let foo = { bar: function () { console.log(this); };};