Dev.bg: All in One ’24 – Lab08 Frontend Question №4

Which of the following statements is true about arrow functions in JavaScript?

A) They always have their own context for this

B) They cannot be anonymous

C) They inherit the value of this from the surrounding context

D) They cannot return a value