Click here to Skip to main content
15,886,919 members

Comments by Said Durmic (Top 3 by date)

Said Durmic 1-Dec-22 18:16pm View    
There are times when that doesn't help either and that's why I asked my question to get an answer from someone because I just couldn't find exactly what I need online and as a newbie it's not that easy and quick to understand.
Said Durmic 29-Nov-22 16:27pm View    
Don't get me wrong, like I said I'm new to all of this programming stuff and telling someone just read that... won't always Help. Most of the time I learn by looking at the code that I need and trying to understand it. Before you even commented there is an Info when answering someone's question:

"Don't tell someone to read the manual. Chances are they have and don't get it. Provide an answer or move on to the next question."

I tried and unfortunately couldn't do it.


With this code I was able to get these results:

Video 1
Video 2


<div>
        {DataList.map((ListItem, index) => {
          return (
            <div key={index}>
              <h3>{ListItem.title)}</h3>
            </div>
          );
        })}
      </div>




but I can't figure it out how to get only the results from Video 2:

Question 1
Question 2
Question 3

If you don't know the code that can help me out than I appreciate your time.
Said Durmic 29-Nov-22 4:51am View    
Thank you for the information. I looked at it but couldn't figure it out.

I would be very grateful if you could provide me with some examples like I mentioned above. Thanks 😊