import React, { Component } from 'react'; import PropTypes from 'prop-types'; // import ProjectOne from '../project/ProjectOne'; import ProjectTwo from '../project/ProjectTwo'; // import ProjectThree from '../project/ProjectThree'; export default class FeaturedProjects extends Component { render() { // const itemCount = this.props.projectData.featured.length; // let itemIteration = 1; // let itemLast = false; return(



selected projects

{ /*

*/ } { /*
*/ } { /* this.props.projectData.featured && this.props.projectData.featured.map((item) => { if (itemIteration >= itemCount) itemLast = true; itemIteration++; return( { itemLast ? '' :
}
) }) */ }

i just wanna say, in this pic, they seem to be using the c++ standard
library, iostream for input/ output, imagine using using namespace std;, couldn't be me.

{ /*
*/ }
) } } FeaturedProjects.propTypes = { projectData: PropTypes.object }