Home > Software engineering >  How can I find the value from another value in the same line with JavaScript (JSON)?
How can I find the value from another value in the same line with JavaScript (JSON)?

Time:05-14

I am trying to get the "correctAnswers" from a number.

Here a is sample of the JSON:

{
  "questions": [
    {
      "number": 3,
      "question": "☀️ ➕            
  • Related