HomeReactJS INTERVIEW QUESTIONSIn JSX why you can't use "class" word? In JSX why you can't use "class" word? 0 Vikas 13:03 In JSX, you can't use the word class. You have to use className instead because JSX gets translated into JavaScript, and class is a reserved word in JavaScript. Tags React.Js INTERVIEW QUESTIONS PDF ReactJS INTERVIEW QUESTIONS Newer Older