You are not logged in.
Pages: 1
const numbers = [1, 2, 3, 4, 5]; return ( {numbers.map((data: string, index: number) => ( <div key={index}> {data} </div> ))} )
http://cheolho.deviantart.com/
Offline