arrow-functionsJavaScriptArrow FunctionsHardWhy use an arrow function for a method defined inside a constructor?1Its this is fixed to the instance and can't be changed by call/apply/bind2It runs faster3It can be used as a constructor itself4It gets its own arguments objectBack to list