You are viewing a single comment's thread from:

RE: JS Developers & Regex Experts Wanted: Javascript Coding Task

in #utopian-io7 years ago

There is some error with the second and third beneficiaries in JSON format

        {
            beneficiaries: [
                    mention1: 25,
                    mention2: 25,
                    mention3: 25,
                    mention4: 25,
                ]
        }

in suppose to be

{
      beneficiaries: [
            { mention1: 25 },
            { mention2: 25 }, 
            { mention3: 25 }, 
            { mention4: 25 }
      ]
    }
Sort:  

Ups u r right! :) We'll update it!

I almost going to finish it, will create a repo for that.

But need more testing LOL

cool made some updates to the post. Especially this possible error:

There are more than 8 beneficiaries