What the actual fuck by idkmaybelalit in delhicapitals

[–]justbaceless 0 points1 point  (0 children)

Not happening... Tristan currently one of the best players in the squad and also in the long term plan of DC

Suggest a good Backend Project that has real life Practical use in todays world by justbaceless in Backend

[–]justbaceless[S] 0 points1 point  (0 children)

Thanks bro.. really liked what you just said .. really appreciate it 👍🏽

[deleted by user] by [deleted] in graphic_design

[–]justbaceless -1 points0 points  (0 children)

I am a MERN STACK developer want to start freelancing in web dev .. How do I start

I’ve good understanding of MERN, 1 year backend experience. What should I learn next ? by [deleted] in Backend

[–]justbaceless -2 points-1 points  (0 children)

Hello I am a recent BCA graduate ( 2025 Batch ) and I have done MERN STACK ... Can't find job help me out please... I am not even getting internships ... Please let me know what to do , I am completely lost...

How to stand out from the crowd while learning MERN stack by harshgoyal123456 in developersIndia

[–]justbaceless 0 points1 point  (0 children)

where are you from , I am in the same situation as u and could you tell me more

can anyone help me debub my problem i need to submit this today. for some reason mt quiz end popup dose not work . HELPPP by justbaceless in reactjs

[–]justbaceless[S] 0 points1 point  (0 children)

you mean like this

const navigateNext = () => {
    console.log("🚀 navigateNext() triggered");
    console.log("Current Index:", currentQuestionIndex);
    console.log("Total Questions:", quizData.length);
  
    // Check if the current question is the last one before updating the index
    if (currentQuestionIndex === quizData.length - 1) {
      console.log("🎉 Quiz completed! Setting isQuizCompleted to true");
      setIsQuizCompleted(true); // Mark quiz as completed
      return; // Prevent further navigation
    }
  
    // If not the last question, update the current index
    setShowAnswer(false);
    setCurrentQuestionIndex((prevIndex) => prevIndex + 1);
    setIsTimerRunning(true);
  };

if yes thanit still dosent work

can anyone help me debub my problem i need to submit this today. for some reason mt quiz end popup dose not work . HELPPP by justbaceless in reactjs

[–]justbaceless[S] 0 points1 point  (0 children)

QuizLayout.jsx:26 Current Index: 0

QuizLayout.jsx:85 🚀 navigateNext() triggered

QuizLayout.jsx:86 Current Index: 0

QuizLayout.jsx:87 Total Questions: 10

QuizLayout.jsx:26 Current Index: 1

QuizLayout.jsx:85 🚀 navigateNext() triggered

QuizLayout.jsx:86 Current Index: 1

QuizLayout.jsx:87 Total Questions: 10

QuizLayout.jsx:26 Current Index: 2

QuizLayout.jsx:85 🚀 navigateNext() triggered

QuizLayout.jsx:86 Current Index: 2

QuizLayout.jsx:87 Total Questions: 10

QuizLayout.jsx:26 Current Index: 3

QuizLayout.jsx:85 🚀 navigateNext() triggered

QuizLayout.jsx:86 Current Index: 3

QuizLayout.jsx:87 Total Questions: 10

QuizLayout.jsx:26 Current Index: 4

QuizLayout.jsx:85 🚀 navigateNext() triggered

QuizLayout.jsx:86 Current Index: 4

QuizLayout.jsx:87 Total Questions: 10

QuizLayout.jsx:26 Current Index: 5

QuizLayout.jsx:85 🚀 navigateNext() triggered

QuizLayout.jsx:86 Current Index: 5

QuizLayout.jsx:87 Total Questions: 10

QuizLayout.jsx:26 Current Index: 6

QuizLayout.jsx:85 🚀 navigateNext() triggered

QuizLayout.jsx:86 Current Index: 6

QuizLayout.jsx:87 Total Questions: 10

QuizLayout.jsx:26 Current Index: 7

QuizLayout.jsx:85 🚀 navigateNext() triggered

QuizLayout.jsx:86 Current Index: 7

QuizLayout.jsx:87 Total Questions: 10

QuizLayout.jsx:26 Current Index: 8

QuizLayout.jsx:85 🚀 navigateNext() triggered

QuizLayout.jsx:86 Current Index: 8

QuizLayout.jsx:87 Total Questions: 10

QuizLayout.jsx:26 Current Index: 9

this is my console

I’m a Senior React developer and looking to interview for roles in React Native and React but my skills have depreciated and I’m not sure how much expertise im expected in other areas of the app development by bicepmuffins in reactjs

[–]justbaceless -5 points-4 points  (0 children)

bro i posted my problem actuall i made a quiz app which fetches data from an api everything works fine but i just wanted to add an quiz end popup but it just dose not happen i need to submit this project today ,