x.js 85 Bytes Raw Blame History Permalink 1 2 3 4 'use strict' const x = () => this const o = { a: 1 } console.log(x.call(o) === this)