@BenedekGagyi
let x = {
a: 1,
f1: function() {
return this.a;
},
f2: () => this.a
};
console.log(x.f1() == x.f2());
function(){console.log('foo')}();
(function(){console.log('foo')})();
There's not one definite basic knowledge
time available for studying
speed of learning "stuff"
amount of "stuff" to learn
@BenedekGagyi