Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

get the first value when mapping through the array

if (index === 0) {
    return (
    <h1 className="box_list_header"
    onClick={this.handleBackToRoomList}
    >{room.room_name}</h1>
   )
}
 
PREVIOUS NEXT
Tagged: #mapping #array
ADD COMMENT
Topic
Name
9+6 =