Why this keyword return undefined and doesn't work for changing object value | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Why this keyword return undefined and doesn't work for changing object value

Look at the JavaScript code https://code.sololearn.com/WAWsHd1S0Pmd/?ref=app

1st Aug 2022, 12:01 PM
EsaKurniawan
2 Answers
+ 4
"Arrow functions don't have their own bindings to this, arguments or super, and should not be used as methods." https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions You can also use a function expression https://code.sololearn.com/WGzd87swM3Qw/?ref=app
1st Aug 2022, 12:56 PM
ODLNT
ODLNT - avatar
0
Answer Here below
2nd Aug 2022, 4:34 AM
Behzod
Behzod - avatar