Home > Net >  SOLVED - Finding value from another value in the same line (or something like that) with Javascript.
SOLVED - Finding value from another value in the same line (or something like that) with Javascript.

Time:05-14

So I'm pretty new to Javascript so I don't really know what this is called lol, anyway I am trying to get the "correctAnswers" from a number. Ive tried many things and tried to lookup tutorials but I cant find it.

Here a is sample of the JSON:

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