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
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