
我的代码和图像中的错误
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
随时随地看视频慕课网APP
相关分类