我的代码和图像中的错误
import React from 'react';
const Main = () => {
const joiningCriteria = [
'People between the ages of 18 and 35 years.',
'A demonstrated passion for coding and technology.',
'The time and capacity to commit to a full coding bootcamp. Classes are three times per week in person at one of our learning hubs.',
'An intermediate level of English comprehension.',
'The aptitude to succeed in the selection process.',
];
return (
<section class="bootcamp">
<ol>
{joiningCriteria.map(() => (
<li>{e}</li> /*the error is here it say the (e) is not defined*/
))}
</ol>
</section>
);
};
export default Main;
largeQ
慕桂英4014372
哔哔one
相关分类